Flixster movie app for Codepath.org class
0
stars
0
forks
source link
Flixster Part 2
User Stories
REQUIRED (10pts)
- [X] (8pts) Expose details of movie (ratings using RatingBar, popularity, and synopsis) in a separate activity.
- [X] (2pts) Allow video posts to be played in full-screen using the YouTubePlayerView.
App Walkthough GIF
Open-source libraries used
- Android Async HTTP - Simple asynchronous HTTP requests with JSON parsing
- Glide - Image loading and caching library for Android