My implementation for "Popular Movies" app, the final project required for Udacity's course Developing Android Apps.
The app conforms the course rubric
- The app uses TheMovieDB api to fetch all the movies' data.
- Display most popular movies.
- Display highest rated movies.
- User can make a list of favourite movies and display it.
- Display the details of each movie(Title, Poster, Realease Date, Trailers, Reviews,..).
NOTE: if you want to build the app you have to replace the string
tmdb_api_key
instrings.xml
with your api key, which you can get by registering on TMDB website.
- Picasso to handle downloading/displaying/caching photos.