Initial commit

This commit is contained in:
2023-05-24 10:02:59 +02:00
commit 86c6f0b74e
39 changed files with 1552 additions and 0 deletions

24
README.md Normal file
View File

@ -0,0 +1,24 @@
Tip Time - Solution Code
=================================
Solution code for the [Android Basics with Compose](https://developer.android.com/courses/android-basics-compose/course): 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
---------------
1. Install Android Studio, if you don't already have it.
2. Download the sample.
3. Import the sample into Android Studio.
4. Build and run the sample.