You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an interactive dice roller app - Solution Code
=======================================
Solution code for the Android Basics with Compose: Create an interactive dice roller app.
Introduction
------------
In this codelab, you will build out the Dice Roller app from start to finish using Compose.
Pre-requisites
--------------
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).
Getting Started
---------------
1. Download and run the app.
# Practice-1