Stage 1 of Popular Movies app required to complete Udacity Android Developer Nanodegree.
With this app, you can:
- Discover the most popular or the highest rated movies
- In the movies detail screen you can view movie thumbnail, movie release date, movie rating and movie overview.
- The movie detail screen also shows movie trailers and movie reviews.
- You can also mark the movie as favourite.
- Butterknife- used for view injection
- Picasso- an image loading and caching library
This app uses The Movie Database API to retrieve movies. You must provide your own API key in order to build the app. When you get it, just paste it to: Gradle.properties MyMovieDBApiKey=""