Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

polbins/TheMovieDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TheMovieDB

Android App using The Movie DB API

Description

Shows a list of the latest Movies sorted by popularity, which could be drilled down to view the Detail.

Utilizes a simple MVP pattern, similar to https://github.com/googlesamples/android-architecture/tree/todo-mvp-dagger but without the use of Fragments. Implemented Unit Tests for the Presenter.

Requirements

Minimum API: 9

Libraries Used

Dagger 2.8, Retrofit 2.1, Glide, Butterknife, Stetho, Mockito/JUnit

Features

Movie List (Title, Image, Popularity)

  • Pull to Refresh
  • Endless Scroll

Movie Detail (Overview, Genres, Duration, Language)

  • View in Custom Chrome Tab via "Book the Movie" Button

About

Android App using The Movie DB API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages