1
0
Форкнуть 0
Перейти к файлу
Diego Ezequiel Guillén 760e0732e3 Initial commit 2022-04-16 21:00:06 -03:00
TipTime Initial commit 2022-04-16 21:00:06 -03:00
._README.md Initial commit 2022-04-16 21:00:06 -03:00
.gitattributes Initial commit 2022-04-16 21:00:06 -03:00
.gitignore Initial commit 2022-04-16 21:00:06 -03:00
LICENSE Initial commit 2022-04-16 21:00:06 -03:00
README.md Initial commit 2022-04-16 21:00:06 -03:00

README.md

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

  • 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.