Singleton is More Than Just Design Pattern
Widely known term “singleton” has more than one meaning, which leads to confusion and misunderstandings. Let’s clarify the matters.
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.
Demonstration of async coroutine builder combined with SupervisorJob to implement robust concurrent code using Kotlin Coroutines framework
Description of event bus mode of operation and my personal list of best practices for making an efficient use of this powerful, but tricky component.
Clean implementation of complex concurrent algorithm using the fundamental concurrency techniques