DEV Community

Cover image for Jetpack compose - MVVM State management in a simple way
Raksha for Canopas Software

Posted on

Jetpack compose - MVVM State management in a simple way

We all want to simplify state management. Be it life or application or a screen, limiting mutable states that a component can be in, benefits everyone.

In this video, you will learn how to manage all the states of a screen using only one state variable.

Source code available at https://github.com/canopas/Ytech-mvvm-jetpack-compose

.

Top comments (0)