top of page
Search
Jul 13, 20242 min read
(Part - III) Android: Split ViewModel into Delegates with Dagger
Android: Split ViewModel into Delegates with Dagger
May 16, 20243 min read
(Part - I) Android: Split ViewModel into Delegates
Learn how to manage the complexity of large ViewModels in Android app development by splitting responsibilities into ViewModel delegates.
Jul 15, 20231 min read
Mixing reactive and non-reactive could create ambiguity
Mixing reactive and non-reactive could create data ambiguity if the data has been produced by mixing reactive and non-reactive code.
Jul 10, 20232 min read
Unidirectional Data Flow in Android
Unidirectional Data Flow (UDF) is a kind of architecture that ensures single source of truth for data. In this architecture the state flows
Sep 28, 20212 min read
Jenkins CI/CD for Android App
Jenkins is an open source automation tool that allows continuous development, test and delivery of newly implemented code.
Sep 1, 20201 min read
Room: Exception Handling
Database exception handling can create more intuitive user experience during accessing persistence database. To avoid exception handling...
Aug 27, 20202 min read
The Best Way To Secure Realm Encryption Key For Android Apps
We take a look the highly secure Realm database and it aids in encrypting the data from an Android application. Nowadays, data security...
Aug 25, 20202 min read
Retrofit: Setup Timeout Dynamically
Retrofit is a wrapper library of HTTP client. Timeout has to be set to HTTP client. Retrofit doesn't know anything about timeouts. But...
bottom of page