This repository is related to the exercise Create Your First Android App from the Android Developer documentation.
From this exercise, I learned the following:
- How to create a new project using
Empty Activity
, which is based on Jetpack Compose. - Understanding the basic project structure created by the project wizard.
- Familiarity with the
onCreate()
andsetContent()
functions. - How to update text, modify the background color, and apply padding around the text.