Android Base RecyclerView realization Here is small powerful base realization for easy RecyclerView usage
Android Useful extensions Sometimes we can’t use kotlin synthetics library. Maybe layout was changed during runtime, and int ...
Android SharedPreferences: Kotlin way Today is a good time to talk about SharedPreferences. How Kotlin can helps make using ...
Android Android WorkManager Starting from Android 8.0 all services, which we used for background tasks, loose your rights ...
Android Retrofit + Kotlin Coroutines = Bye-bye, RxJava! Kotlin Coroutines simplify asynchronous programming, leaving all the complications inside the libraries. I created a ...