/MovieApp-V2

Final Project of the New Version of Developing Android Apps Course by Udacity (Part of Nanodegree Porgram).

Primary LanguageJava

MovieApp-V2

Final Project of the New Version of Developing Android Apps Course by Udacity (Part of Nanodegree Program)

alt text

Tasks Included:

  • fetch data from the Internet with theMovieDB API.
  • use adapters and custom list layouts to populate list views.
  • incorporate libraries to simplify the amount of code you need to write
  • allow users to view and play trailers ( either in the youtube app or a web browser).
  • allow users to read reviews of a selected movie.
  • allow users to mark a movie as a favourite in the details view by tapping a button(star).
  • create a database and content provider to store the names and ids of the user's favourite movies (and optionally, the rest of the information needed to display their favourites collection while offline).
  • modify the existing sorting criteria for the main view to include an additional pivot to show their favourites collection.

Note: Please notice that API key is missing, You MUST provide one in order to Run the Code Without Crahses!