Simple business card app UI. This project is made as part of Android Basics in Compose course by Google
- Ability to create and run a project in Android Studio.
- Experience with composable functions, which includes
Text
andImage
composables.
- How to build simple layouts with
Row
andColumn
composables, and arrange them withhorizontalAlignment
andverticalArrangement
parameters. - How to customize Compose elements with a Modifier object.