The Kotlin Information app is a simple android app that displays information to the user.
The concepts covered in this app are:
- Simple UI layout in XML
- Knowledge of basic UI in XML
- Able to add a LinearLayout
- Able to add a TextView
- Able to add a ImageView
- Able to add a ScrollView
- Download the code
- Open the project in Android Studio
- Run the app