google-developer-training / android-basics-kotlin-tip-calculator-app-solution

Apache License 2.0
130 stars 86 forks source link

Tip Calculator - Solution Code

Solution code for the Android Basics in Kotlin: Tip Calculator app.

Introduction

The Tip Calculator app contains various UI elements for calculating a tip, teaching about app structure, user input, and view binding.

Pre-requisites

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.