https://github.com/rizaadi/basic-android-kotlin-compose-training-tip-calculator
https://github.com/rizaadi/basic-android-kotlin-compose-training-tip-calculator
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rizaadi/basic-android-kotlin-compose-training-tip-calculator
- Owner: rizaadi
- License: apache-2.0
- Created: 2023-10-11T15:53:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-11T16:56:35.000Z (over 1 year ago)
- Last Synced: 2023-10-12T03:24:55.555Z (over 1 year ago)
- Language: Kotlin
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
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.