Blog
Where engineering meets ambition. A personal path toward impact through tech and civil service.
Archive of posts with category 'Architecture'
⚙️ Android Service Lifecycle: Deep Dive with Kotlin & Best Practices
🔍 Mastering the Android Fragment Lifecycle: Modern Tips & Kotlin Code Examples
🧠 Mastering the Android Activity Lifecycle: A Modern Developer’s Guide
🔗 Retrofit in Android: A Complete Guide
🧬 Mastering kotlinx.serialization: The Native Kotlin JSON Library
🥊 Gson vs Moshi vs kotlinx.serialization: The Ultimate JSON Showdown in Android
🔁 Everything You Need to Know About StateFlow in Android
📢 Everything You Need to Know About SharedFlow in Android
🔄 Mastering StateFlow in Android Development
📡 Everything You Need to Know About LiveData in Android Modern Android development emphasizes clean architecture, reactive programming, and lifecycle awareness. One component that encapsulates all three is LiveData. Whether...