/OpenMovie

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

Primary LanguageKotlin

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.

Resources(in no particular order)

NetworkBoundResource: