|
||
---|---|---|
.github/ISSUE_TEMPLATE | ||
app | ||
gradle/wrapper | ||
.gitignore | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
build.gradle.kts | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
settings.gradle.kts |
README.md
Tip Time - Solution Code
Starter code for the Android Basics with Compose: Tip Time app.
Introduction
The Tip Time app contains various UI elements for calculating a tip, teaching about user input, and State in Compose.
Pre-requisites
- Experience with Kotlin syntax.
- How to create and run a project in Android Studio.
Getting Started
- Install Android Studio, if you don't already have it.
- Download the sample.
- Import the sample into Android Studio.
- Build and run the sample.