Android AsyncTask Using Kotlin Coroutines
Source code and discussion of the re-implementation of the notorious Android AsyncTask using Kotlin Coroutines framework.
Source code and discussion of the re-implementation of the notorious Android AsyncTask using Kotlin Coroutines framework.
My argument against using ContentProvider component for automatic initialization of Android libraries.
Thorough discussion of testing techniques and other quality assurance approaches to detect bugs in Android applications.
Detailed review of the relationship between Android, Android Studio, Gradle and Java.
Handy script which automatically refactors Java and Kotlin code from so-called Hungarian Notation to Camel Case Notation.
Detailed summary of a clean approach to runtime permissions management in Android applications.
My analysis of the native Android development ecosystem in 2020 and predictions for 2021.
My argument against Kotlin Coroutines’ default background dispatchers: Dispatchers.Default and Dispatchers.IO.
High-level summary of Kotlin Coroutines framework for Android developers with code examples and many tips.
RxJava, once the hottest framework in Android development, is dying. It’s worth taking a moment to understand what happened.