Skip to content
Viktor edited this page Mar 18, 2018 · 1 revision

Go-Movies CircleCI

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

Library reference resources:

  1. RxJava2: https://github.com/ReactiveX/RxJava
  2. Dagger2: https://google.github.io/dagger/
  3. Retrofit: http://square.github.io/retrofit/
  4. Glide: https://github.com/bumptech/glide
  5. Architecture Components: https://developer.android.com/topic/libraries/architecture/index.html
  6. Mockito & JUnit: http://site.mockito.org/
  7. Calligraphy: https://github.com/chrisjenx/Calligraphy

Architecture

Clone this wiki locally