https://github.com/mtangoo/kasuku-muvi
LiveData, Dagger2, RxJava2, Pagination, et al - Packed together as sample movie listing app
https://github.com/mtangoo/kasuku-muvi
android android-architecture-components android-paging-library dagger2-android retrofit2 rxjava2
Last synced: 9 months ago
JSON representation
LiveData, Dagger2, RxJava2, Pagination, et al - Packed together as sample movie listing app
- Host: GitHub
- URL: https://github.com/mtangoo/kasuku-muvi
- Owner: mtangoo
- Created: 2018-07-01T13:17:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-12T11:23:20.000Z (almost 8 years ago)
- Last Synced: 2025-05-26T20:49:23.609Z (about 1 year ago)
- Topics: android, android-architecture-components, android-paging-library, dagger2-android, retrofit2, rxjava2
- Language: Java
- Size: 165 KB
- Stars: 14
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Android Achitecture Components Presented as Simple Movie App
LiveData, Dagger2, RxJava2, Pagination, et al - Packed together as sample movie listing app
## Using application
1. Clone the repo.
2. Check the history with `git log`
3. Switch reset repo to that specific commit (with `git reset --hard `)
4. Test that specific commit
The project begins as simple Repository patterned Movie app and with each commit it adds different components
## Testing it out
Import The Project and insert the correct key for The Movie DB (check https://developers.themoviedb.org/) in the utils/Settings
Run it!
## To Do List
- Show Networks errors during updating database
## Contributing
- Open New Issue for a feature you want to add.
- When accepted, send PR and we will review and merge
The aim of this example is introducing Java Developers to Architecture components, Dependency Injection with Dagger2 and RxJava2 among other things. Please open an issue for factual mistake or anything.