Romman Sabbir
Romman Sabbir | Official

Romman Sabbir | Official

Follow
homeResumeKotlinSOLID PrinciplesAndroid DevelopmentAlgorithmsSpotify
Series

Android Application Development

In this series, I will write about Android App Development.

Articles in this series

Android: Content Provider

Sep 23, 20233 min read

A Beginner's Guide to Android Content Providers in Kotlin · If you've ever wondered how Android apps share data or how they manage to access and...

Android: Content Provider

Android ProGuard : Mastering Security and Efficiency with ProGuard

Sep 17, 202310 min read

Protecting, Shrinking, Best Practices and Practical Examples · Android app development is an exciting endeavor that involves crafting user-friendly...

Android ProGuard : Mastering Security and Efficiency with ProGuard

Android : Compose UI State

Aug 24, 20234 min read

Where to hold the UI State (Compose) in Android and Why? · Introduction In Android, the recommended practice is to hold a UI-related state (Compose UI...

Android : Compose UI State

Android Intent : A Comprehensive Guide with Examples

Jul 31, 202313 min read

Dive deeper into Android Intents and explore the concepts and implementation details more comprehensively. · Android Intents play a crucial role in...

Android Intent : A Comprehensive Guide with Examples

Android : Deep dive into SavedStateHandle

Jul 14, 20234 min read

SavedStateHandle: APIs, how it works with ViewModel and survive the Configuration changes. · Basic SavedStateHandle, introduced in the AndroidX library,...

Android : Deep dive into SavedStateHandle

Caching in Android: Strategies, Implementation, and Considerations for Optimal Performance

Jul 8, 202328 min read

Exploring Caching in Android: Strategies, Implementation, and Considerations for Optimal Performance and Limitations. · Delve into the world of caching...

Caching in Android: Strategies, Implementation, and Considerations for Optimal Performance