/BizCard

This repository is the result of learning Android Jetpack Compose

Primary LanguageKotlin

BizCard

This repository is the result of learning basic Android Jetpack Compose.

I learned this material from the Udemy course. You need to know, in the Udemy video this project uses the compose.material.* library, while I use compose.material3. So there are some code adjustments in this project.

The code example is as follows :

  1. Library compose.material.* Set for card elevation elevation = 4.dp

  2. Library compose.materia3. Set for card elevation elevation = CardDefaults.cardElevation(defaultElevation = 4.dp)

For the original repository of this project please click here!.

Notes: The original link of this project!