/udacity-about-me

Second App create in "Developing Android Apps with Kotlin" course by Udacity

Primary LanguageKotlin

udacity-About-Me

This is the first toy app for lesson 2 of the Android App Development in Kotlin course on Udacity.

AboutMe

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

Screenshots

Screenshot1 Screenshot2 Screenshot3