rajtheinnovator / OpenMovie

An offline first experiment with latest and widely used libraries in Android. RxJava | RoomDb | Dagger2 | MVVM | Paging2 | NavigationLibrary2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

How to build

Add the following line to your ~/.gradle/gradle.properties with an API key from the Movie DataBase (TMDb) website.

movieDbApiKey="your_movie_db_api_key"

where your_movie_db_api_key is the api key that you can get after signing up on TheMovieDb developers site.

Issue with Pagination: https://android-review.googlesource.com/c/platform/frameworks/support/+/793929

Resources(in no particular order)

NetworkBoundResource:

About

An offline first experiment with latest and widely used libraries in Android. RxJava | RoomDb | Dagger2 | MVVM | Paging2 | NavigationLibrary2


Languages

Language:Kotlin 100.0%