Romman Sabbir
Romman Sabbir | Official

Romman Sabbir | Official

Follow
homeResumeKotlinSOLID PrinciplesAndroid DevelopmentAlgorithmsSpotify
Tag

android app development

#android-app-development

More content

Read more stories on Hashnode


Articles with this tag

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 : 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

Kotlin: lateinit vs lazy

Jul 5, 20235 min read

Differences between Kotlin's lateinit and lazy. · If get to know something new by reading my articles, don't forget to endorse me on LinkedIn This...

Kotlin: lateinit vs lazy