Awesome Kotlin Extension Functions for Android
Kotlin Extension functions
are an awesome way to extract and clean up code in your Android project. No one likes typing out Toast.makeText(context,"My message",Toast.LENGTH_SHORT).show(), takes too much time for something so simple. This along with ...
sarath.hashnode.dev4 min read