RxJava is Dead, What Can We Learn From its Demise?
RxJava, once the hottest framework in Android development, is dying. It’s worth taking a moment to understand what happened.
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
Getting started guide for Dagger Hilt, accompanied by an extensive analysis of the underlying architecture and potential concerns
My thoughts about r/androiddev subreddit, its moderation team and the recent banning of a prominent user Zhuinden
Intuitive description of Finite State Machine concept, alongside several examples and a discussion of the scope of applicability.