Demonstration of Movie App using Jetpack Compose
This project covers the followings :
-
Use of Scaffold Composable
-
LazyRow (To create scrollable horizontal list) and LazyColumn (To create scrollable vertical list)
-
Handles the click of LazyColumn item using lambda
-
Jetpack Navigation Components : Navigation Controller, Navigation Host and Navigation Graph
-
Setting the Nvigation Structure
-
Passing arguments while navigating
-
Top App Bar and handle back navigation
-
Use of Coil - Image loading library
-
Adds expand capability on the card to show more movie info using AnimatedVisibility