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 andSharedPreferences
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.
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>
Icons are from https://icons8.com/
Designed for Android JellyBean API 16+