https://github.com/creamyturtle/tip-time
This is the "Tip Time" app from the Google Codelabs training with Jetpack Compose. I added a small feature to the AndroidManifest xml file so that any entered data is retained when switching to landscape mode.
https://github.com/creamyturtle/tip-time
Last synced: 2 months ago
JSON representation
This is the "Tip Time" app from the Google Codelabs training with Jetpack Compose. I added a small feature to the AndroidManifest xml file so that any entered data is retained when switching to landscape mode.
- Host: GitHub
- URL: https://github.com/creamyturtle/tip-time
- Owner: creamyturtle
- License: apache-2.0
- Created: 2024-11-01T03:14:02.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-11-01T03:20:30.000Z (7 months ago)
- Last Synced: 2025-02-04T20:16:41.995Z (4 months ago)
- Language: Kotlin
- Size: 105 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.