Go to file
SteffoSpieler d242702efd
feat: Finish tip calculator app
2023-09-29 09:52:23 +02:00
.github/ISSUE_TEMPLATE Update issue templates 2022-04-22 12:47:38 -07:00
app feat: Finish tip calculator app 2023-09-29 09:52:23 +02:00
gradle/wrapper Groovy to KTS migration (#118) 2023-07-18 15:48:48 -07:00
.gitignore Initial Commit 2022-04-22 12:16:17 -07:00
CONTRIBUTING.md Initial Commit 2022-04-22 12:16:17 -07:00
LICENSE Initial Commit 2022-04-22 12:16:17 -07:00
README.md Groovy to KTS migration (#118) 2023-07-18 15:48:48 -07:00
build.gradle.kts chore: Update gradle 2023-09-29 09:04:34 +02:00
gradle.properties Gradle update 2023-04-19 11:38:40 -07:00
gradlew Initial Commit 2022-04-22 12:16:17 -07:00
gradlew.bat Initial Commit 2022-04-22 12:16:17 -07:00
settings.gradle.kts Groovy to KTS migration (#118) 2023-07-18 15:48:48 -07:00

README.md

Tip Time - Solution Code

Starter code for the Android Basics with Compose: 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.