Skip to content

xvarlez/movies

Repository files navigation

Movies list Movie details

Sample Android app retrieving movies from a REST API and showing details about them.

Libraries used

  • Retrofit : getting movies data from the REST API
  • Picasso : fetching the poster images from the Internet
  • Dagger2 : dependency injection
  • ButterKnife : dynamic view injection
  • Mosby : MVP decoupling, LCE features

Testing

  • Espresso : behavior testing

TODO

  • Dynamic sorting (A-Z, year, ...)
  • Nicer UI w/ animations

About

Sample Android app : retrieving movies data from a REST API -- Retrofit, Picasso, Dagger2, Espresso

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages