This is the first toy app for lesson 2 of the Android App Development in Kotlin course on Udacity.
The AboutMe app is a demo app that shows information about a person.
- Name
- Settable Nickname
- An image
- Scrollable information
This app demonstrates the following views and techniques:
- LinearLayout
- TextView
- EditText
- ImageView
- ScrollView
- Setting multiple click handlers programmatically
- Using data binding for views to improve perforkance and eliminate findViewById