Jetpack Compose :Managing UI State Changes in our ViewModel
Introduction
This blog aims to explain how to manage, inside a ViewModel, ** mutable states that changes a Jetpack Compose UI**.
To achieve this management, we'll be using a single data class that stores the UI mutable states.
We'll be using as examp...
germainkevin.hashnode.dev5 min read