Business Card App

Simple business card app UI. This project is made as part of Android Basics in Compose course by Google

Prerequisites

  • Ability to create and run a project in Android Studio.
  • Experience with composable functions, which includes Text and Image composables.

What I learned

  • How to build simple layouts with Row and Column composables, and arrange them with horizontalAlignment and verticalArrangement parameters.
  • How to customize Compose elements with a Modifier object.

Screenshot

GitHub

View Github