Solution code for the Android Basics with Compose: Create an interactive dice roller app.
In this codelab, you will build out the Dice Roller app from start to finish using Compose.
You need to know:
- How to create a new project in Android Studio
- How to build a basic layout with Compose.
- How to write control flow statements (if / else, when statements).
- Download and run the app.