
Awesome Kotlin Extension Functions for Android
Some handy Kotlin Extension functions to add syntactic sugar and clean up code in your Android project.
Feb 7, 20214 min read
Search for a command to run...

Some handy Kotlin Extension functions to add syntactic sugar and clean up code in your Android project.

Don’t we all love more time to code? If yes, you should use the power of live templates in Android Studio! It allows us to setup boilerplate or repeated code quickly while not having to deal with typo’s or that missing line of code. Here we’re go...