When the user opens the app, the app shows a name, a field to enter a nickname, a Done button, a star image, and scrollable text. The user can enter a nickname and tap the Done button. The editable field and button are replaced by a text view that shows the entered nickname.
This is one of the first app for lesson: layouts of the Android App Development in Kotlin course on Udacity.
How to use LinearLayout, TextView, EditText, ImageView, ScrollView, Setting multiple click handlers programmatically, Using data binding for views to improve perforkance.
- Install Android Studio, if you don't already have it.
- Clone this repository and import into Android Studio.
git clone https://github.com/daianefsilveira/about-me-interactive.git
- Build and run the project.
- You may need to update gradle and library versions. Follow the guidance provided by Android Studio.