Manoj Pedvi's Profile Picture

Manoj Pedvi

Programming is my passion and I work as a software engineer. I’ve been writing code professionally since 2011. I’ve been an app developer working for startups and big companies in various domains like banking, healthcare, sports, etc.
13 Posts
#4 Efficient Coding with Live Code Templates in Android Studio: A Tool for Simplifying Your Programming Tasks

#4 Efficient Coding with Live Code Templates in Android Studio: A Tool for Simplifying Your Programming Tasks

Unlock the potential of Android Studio with our guide to efficient coding using Live Code Templates. Learn to streamline your programming tasks, reduce redundancy, and maximize productivity.

#3 Unraveling the Elegance of Kotlin: A Statically Typed Programming Language

#3 Unraveling the Elegance of Kotlin: A Statically Typed Programming Language

Master the art of Kotlin, a high-performance, statically typed programming language. Enhance your development skills with Kotlin’s concise syntax and powerful features.

#2 Understanding Varargs Parameter in Kotlin: A Guide to Flexibility and Simplicity

#2 Understanding Varargs Parameter in Kotlin: A Guide to Flexibility and Simplicity

Kotlin varargs short for variable arguments, are a useful feature that allows us to pass an arbitrary number of arguments of the same type to a function