Component - Recomposition concept
This UI component demonstrates the recomposition concept in Android Jetpack Compose. When the user clicks the button, the UI updates only the parts that depend on the changed state, making the app efficient and smooth.