Logic Tree in Android
Hadi published on
4 min,
649 words
After introducing Jetpack Compose to the Android ecosystem by Google, people slowly realize that old MVVM architecture, which after trying to tie it up to Compose we call it Android Architecture Components (AAC) ViewModel, is raising some lifecycle problems. This post is about the problem and its possible solution.
Read MoreCategories: Android Jetpack Compose Molecule library
Tags: Lifecycle Sample App