https://github.com/veranyagaka/tip-calculator-app
Intro to state in Compose
https://github.com/veranyagaka/tip-calculator-app
automated-tests icons keyboard-layout orientation switch ui-state
Last synced: 6 months ago
JSON representation
Intro to state in Compose
- Host: GitHub
- URL: https://github.com/veranyagaka/tip-calculator-app
- Owner: veranyagaka
- License: apache-2.0
- Created: 2024-11-02T07:36:39.000Z (11 months ago)
- Default Branch: starter
- Last Pushed: 2024-11-02T18:46:24.000Z (11 months ago)
- Last Synced: 2025-02-09T00:16:21.866Z (8 months ago)
- Topics: automated-tests, icons, keyboard-layout, orientation, switch, ui-state
- Language: Kotlin
- Homepage:
- Size: 134 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
=================================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.