GmailAppClone
Gmail clone project, that uses Jetpack Compose to draw UI content for gmail home screen following Udemy course: Android 12 Jetpack Compose Developer Course - From 0 To Hero
Compose elements applied in this project:
- Different elements inside Scaffold -> TobBar, BottomBar, DrawerContent and FloatingActionButton
- LazyColumn for mails list
- Rememberable states such as ScaffoldState and scrollState
- Dialog