Skip to content

Auto-Droid/TMDB-App

Repository files navigation

TMDB APP

This is a Demo App which gets list of movies from TMDB with detail view

TMDB API

https://www.themoviedb.org/documentation/api

####Screens

Demo

##External Libs Used :

  1. Glide : Image loading
    compile 'com.github.bumptech.glide:glide:3.5.2'
  2. RxJava : Asynchronous call
    compile 'io.reactivex:rxandroid:1.0.1'
    compile 'io.reactivex:rxjava:1.0.14'
  3. OkHttp : Rest Client API calls
    compile 'com.squareup.okhttp3:okhttp:3.4.2'

###UI Testing Expresso ###Unit Testing Robolectric and Mockito