https://github.com/kudosscience/basic-android-kotlin-compose-training-tip-calculator
https://github.com/kudosscience/basic-android-kotlin-compose-training-tip-calculator
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kudosscience/basic-android-kotlin-compose-training-tip-calculator
- Owner: kudosscience
- License: apache-2.0
- Created: 2024-12-23T11:48:00.000Z (over 1 year ago)
- Default Branch: starter
- Last Pushed: 2025-07-23T20:37:23.000Z (11 months ago)
- Last Synced: 2025-07-23T23:17:38.851Z (11 months ago)
- Language: Kotlin
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Tip Time - Solution Code
=================================
Starter 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.