-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Viktor edited this page Mar 18, 2018
·
1 revision
Android App for listing the most Popular Tv Shows using The Moive DB API (https://www.themoviedb.org/documentation/api)
This simple app is divided in two sections:
- Tv Shows List This is the first screen when the app is launched. On this screen we have a list of Tv Shows displayed with big poster image along with the Tv Show title and average rating.
- Tv Show Details After selecting item from the Tv Shows List we open a new screen where we display more information about the selected Tv Show along with a Horizontal list of Similar Tv Shows.
Tv Shows List | Tv Show Details |
---|---|
![]() |
![]() |
- RxJava2: https://github.com/ReactiveX/RxJava
- Dagger2: https://google.github.io/dagger/
- Retrofit: http://square.github.io/retrofit/
- Glide: https://github.com/bumptech/glide
- Architecture Components: https://developer.android.com/topic/libraries/architecture/index.html
- Mockito & JUnit: http://site.mockito.org/
- Calligraphy: https://github.com/chrisjenx/Calligraphy