Introduction In Android, the recommended practice is to hold a UI-related state (Compose UI State) in a ViewModel rather than in an Activity or Fragment. This is because Jetpack Compose follows a reactive programming model where the UI is composed ba...
rommansabbir.com4 min read
No responses yet.