Architecture components
This content is out of date and no longer maintained. Instead, please visit the Android Basics with Compose course for the latest recommended practices. This pathway will be deprecated December 2023.
Go back
check_circle
Unscramble app introduction
Build a game app that asks you to try your luck at unscrambling words.
check_circle
Store data in ViewModel
Improve your app by implementing a ViewModel to retain app data during configuration changes.
check_circle
Use LiveData with ViewModel
Convert the app data in the ViewModel to LiveData and observe the changes to update the UI automatically.