https://github.com/jacksonchen1998/google-compose-2022-tip-calculator
Example app from Google Compose
https://github.com/jacksonchen1998/google-compose-2022-tip-calculator
Last synced: 2 months ago
JSON representation
Example app from Google Compose
- Host: GitHub
- URL: https://github.com/jacksonchen1998/google-compose-2022-tip-calculator
- Owner: jacksonchen1998
- Created: 2022-12-11T07:40:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T07:44:34.000Z (over 3 years ago)
- Last Synced: 2025-01-15T19:36:55.173Z (over 1 year ago)
- Language: Kotlin
- Size: 99.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google-Compose-2022-Tip-Calculator
Example app from Google Compose
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.
[Tutorial from android developer](https://developer.android.com/courses/android-basics-compose/unit-2)