#jetpack-compose
Read more stories on Hashnode
Articles with this tag
Hello, and welcome to this article where we will delve into a Jetpack Compose function that is not only lifecycle-aware but also adept at checking...
Leveraging DiffUtil-like Efficiency in Jetpack Compose: A Deep Dive into List Optimization Techniques and Their Impact on Performance ยท DiffUtil is a...
Efficiently manage Android component lifecycles with AndroidX Lifecycle Library, using key concepts and practical examples for cleaner architecture. ยท...
Explore how ViewModelStore works in Android Development! ยท Ever wondered how ViewModel survive during configuration changes in our Android apps? ๐ค Let...
TypeSafe Navigation in Jetpack Compose vs Traditional Intent Passing: A Comparison ยท Introduction Navigating between screens is a fundamental aspect of...
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...