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.