An open API service indexing awesome lists of open source software.

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

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.