Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1018 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 1018 Bytes

Popular-Movies

Android: This app displays a list of current popular/highest rated movies and lets you view its details (rating, synopsis, trailers, etc).

  • This app uses Intents to open up trailers in the YouTube app and SharedPreferences for storing favorites.
  • App has a GridLayoutManager for displaying movies in a grid and autofits to the size of the screen.
  • Incorportates a Master Detail Flow for better use of space on tablets and compactness in phones.

Notes:

API key has been removed from the source code! Please create your own API key by signing up at https://www.themoviedb.org. Once you have your API key, please insert it in the strings.xml under the string:
<string name="themoviedb_api_key" translatable="false">INSERT_API_KEY</string>


Preview:


Icons are from https://icons8.com/

Designed for Android JellyBean API 16+