Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 847 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 847 Bytes

Tip Time App

Codelab link: Tip Time App

  • The basic structure of Android apps.

  • How to read in values from the UI into your code and manipulate them.

  • How to use view binding instead of findViewById() to more easily write code that interacts with views.

  • How to work with decimal numbers in Kotlin with the Double data type.

  • How to format numbers as currency.

  • How to use string parameters to dynamically create strings.

  • How to use Logcat in Android Studio to find problems in your app.

  • Material Icons

Calculate the tip

Tip time app running