Releases: RajashekarRaju/compose-actors
Releases · RajashekarRaju/compose-actors
release v0.2.0
Build for open source 💙
- Added DI to project with Koin.
- Added tabs in Home screen with actors/movies/favorites categories.
- Modal bottom sheets & Bottom sheets for showing overviews.
- Migrate to compose insets from accompanist.
- Added new movie details screen, made changes to actors details screen.
- Improved search functionality, added voice search, handled keyboard changes.
- New feature to add Movie to favorites with Room database.
- Added new database repository layer for favorites.
Please follow readme for clear info.
Full Changelog: v0.1.0...v0.2.0
release v0.1.0
Build for open source 💙
- Completed building android app with compose.
- Starting with 3 screen destinations.
- Follows newest android best architecture practices.
- ViewModels, coroutines, Repository pattern, single data network source.
- UI handling and state handling.
- Material design 3 tooling. Light/dark theme support.
- Wrote four articles as of now, based on this repository.
- Added many custom animations, improved canvas usage.
- Data supported from Tmdb Api.
Please follow up readme for clear info.