#kotlin
Read more stories on Hashnode
Articles with this tag
As Android Developers, we tend to write a little bit of Groovy (default programming language for writing Gradle scripts) code in our Gradle files as...
Welcome back to part two of this article, if you haven't checked out part one, you can do so here. In part one I introduced the WorkManager API, its...
WorkManager is part of the Android Jetpack Library that makes it easy to schedule asynchronous but deferrable tasks that are expected to run when...
As Android Developers, we write business logic in Kotlin or Java and design the UI with XML (for now though, Jetpack Compose is coming 😃). At some...