Jetpack Compose - 5
In this article let us learn about the states in Jetpack Compose. State is a value that can change. It can be a variable, database value or even the UI elements which respond to events. Keeping track of the state of a variable or the UI element is mo...
sandhyabhat.hashnode.dev3 min read