Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 652 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 652 Bytes

Flixster

Intial commit Flixster is an app that allows users to browse movies from the The Movie Database API.

Flixster Part 1

User story

  • User can view a list of movies (title, poster image, and overview) currently playing in theaters from the Movie Database API.

App Walkthough GIF


Open-source libraries used

  • Android Async HTTP - Simple asynchronous HTTP requests with JSON parsing
  • Glide - Image loading and caching library for Androids