Skip to content

Inflix - Android App to discover Movies & TV shows

License

Notifications You must be signed in to change notification settings

scaffeinate/Inflix

Repository files navigation

Inflix:

web_hi_res_512

Inflix - Discover movies and TV Shows. Powered by TMDb(themoviedb.org). Developed for Udacity Android Nanodegree Program.

Google Play: https://play.google.com/store/apps/details?id=dev.learn.movies.app.popularmovies_udacity

Setup:

  • Clone the project. git clone https://github.com/scaffeinate/Popular-Movies-Android.git
  • Obtain an api key from The Movie DB(TMDB) and add API_KEY=<YOUR_API_KEY> to the gradle.properties(Create one if it doesn't exist already) file.

Screenshots:

screenshot_1 screenshot_2 screenshot_3

Changelog:

V1.1 [TODO]:

  • Search for Movies, TV Shows & Actors separately and show results using a ViewPager.
  • Cast Detail Fragment
  • SeasonDetails in AdditionInfoActivity
  • Reviews Page UI changes.

V1.0:

  • Added support to discover Movies & TV Shows.
  • Brand New UI.
  • Added Search functionality.
  • Show Additional Details.
  • Published to Google Play.

V1.0-alpha-2:

  • 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 favorite 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 favorite movies (and optionally, the rest of the information needed to display their favorites collection while offline).
  • Modify the existing sorting criteria for the main view to include an additional pivot to show their favorites collection.

V1.0-alpha-1:

  • Present the user with a grid arrangement of movie posters upon launch.
    • Allow your user to change sort order via a setting:
    • The sort order can be by most popular or by highest-rated
  • Allow the user to tap on a movie poster and transition to a details screen with additional information such as:
    • original title
    • movie poster image thumbnail
    • A plot synopsis (called overview in the api)
    • user rating (called vote_average in the api)
    • release date

License:

MIT