Master Gradle dependency management with Kotlin + buildSrc for Android

kotlin_build_src

Master Gradle dependency management with Kotlin + buildSrc for Android If you find your Gradle file too much cluttered and not organised properly then this post is for you.However it depends on developers that how they manage their code but most of the time due to strict deadlines we don’t care about the most important part “build.gradle”. The task gets […]

Continue reading »

Kotlin KTX -set of extension for Android app dev

Kotlin_KTX

KOTLIN – KTX Kotlin KTX is nothing but a  set of extensions designed to make writing Kotlin code for Android more concise, idiomatic, and pleasant. Android KTX provides a nice API layer on top of both Android framework and Support Library to make writing your Kotlin code more natural. Currently in preview, Android KTX provides an API layer on top […]

Continue reading »