Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 938 Bytes

README.md

File metadata and controls

19 lines (9 loc) · 938 Bytes

Flix

The Flix app uses Movie data base api and Youtube api to get the list of current movies in theatres. The app implemented the list of movies as well as there rating, description,release date and even a trailer of the movie from youtube!

walkthrough_Final_Flix

Notes

Challenges:

Although I had a fair share of bugs while making this app, specifically implementing trailers from youtube, creating this app was a great way to learn the basics of Android Development and API!

Open-source libraries implemented

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