- Movie app which shows trailers and plot for upcoming and In-theater movies
- App works in both portrait and landscape mode
- 8 movies each under In theaters & Upcoming Movies section
- Click on a Card to open new activity which shows detail information about that particular movie. The top section consists of a RecyclerView which shows all the movie trailers associated with that movie(Number of trailers are different for each movie)
- Do horizontal swipe to go through each movie trailer and click on it to play the trailer
- I was going through some videos on ExoPlayer library & I came to know that YouTube API also uses it internally. So I have used YouTube API for video handling
- Gradient Background
- RecyclerView
- GridLayout
- CardView
- POJO Model class for storing Movie details(name,summary, rating etc.)
- RecyclerView.Adapter and ViewHolder
- YouTube API
Hope You'll like it :-)