Jetpack Compose :Managing UI State Changes in our ViewModel
Jul 2, 2022 路 5 min read 路 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...
Join discussion
