:robot: Android app built with jetpack :rocket: compose follows new revamped guide to app architecture. Implemented with State, Coroutines :curly_loop:, ViewModels, Repository pattern, Light/Dark theme :rainbow: MD3, Animations, Draw on canvas, Custom layouts, UI state handling, :cyclone: Image loading with coil, Palette :art: usage and dynamic theming etc.
Don't show the movie details bottom sheet in movies tab which is in home screen
Remove the favorites tab from home screen and let users navigate to that screen from options bottom sheet in home (Which we are already doing)
The new feature which we are going to add in v 0.4.0 (which is next one), we will add this new Tab "Seasons" in place of Favorites in home and we will just show text in middle of screen that, "Feature coming soon"
Favorites screen
As before, this will show two tabs for now, Movies and Actors which only contains favorites.
Movie Bottom Sheet
For now we will keep it simple, we will show this bottom sheet only in movie details and actor details screen.
Task related to roadmap v0.3.0
[x] Add bottom sheet to home screen to support navigation for various screens.
Description
Home screen
Favorites screen
Movie Bottom Sheet
Task related to roadmap v0.3.0