Kotlin Coroutines in Android Reference Guide
High-level summary of Kotlin Coroutines framework for Android developers with code examples and many tips.
High-level summary of Kotlin Coroutines framework for Android developers with code examples and many tips.
Summary of my interview of Kotlin Multiplatform expert, where he shared his view of cross and multi-platform development landscape.
RxJava, once the hottest framework in Android development, is dying. It’s worth taking a moment to understand what happened.
Announcement of TechYourChance community launch and discussion of its goals and benefits
A critical look at the Repository pattern in Android, which is recommended in the official “Guide to Apps Architecture” by Google
Widely known term “singleton” has more than one meaning, which leads to confusion and misunderstandings. Let’s clarify the matters.
A list of several common architectural mistakes in Android applications that can be very costly to fix.
My argument that names like Foo, Bar, Baz, etc. in software documentation are counter-productive and make code examples harder to read and understand.
A tutorial of using Dagger Hilt’s Entry Points convention to work around lifecycle mismatch between Hilt and custom FragmentFactory in Android apps