Skip to content

DeepakRattan/JetpackMovieApp

Repository files navigation

Jetpack Movie App

Demonstration of Movie App using Jetpack Compose

This project covers the followings :

  1. Use of Scaffold Composable

  2. LazyRow (To create scrollable horizontal list) and LazyColumn (To create scrollable vertical list)

  3. Handles the click of LazyColumn item using lambda

  4. Jetpack Navigation Components : Navigation Controller, Navigation Host and Navigation Graph

  5. Setting the Nvigation Structure

  6. Passing arguments while navigating

  7. Top App Bar and handle back navigation

  8. Use of Coil - Image loading library

  9. Adds expand capability on the card to show more movie info using AnimatedVisibility

About

Demonstration of Movie App using Jetpack Compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages