Popular Movies helps users discover popular and highly rated movies. This project is a part of the Android Developer Nanodegree.
- The app displays a scrolling grid of movie posters.
- This app utilizes core Android user interface components and fetches movie information using themoviedb.org web API.
- The UI contains a spinner to toggle the sort order of the movies by: most popular, highest rated, and favorites.
- A details screen displays the title, release date, movie poster, vote average, plot synopsis and other useful information of the selected movie.
- The Movie Details screen also displays trailer videos and user reviews.
- In the Movies Details screen, a user can tap on the Floating Action Button to mark it as a Favorite.
- The Movie Details View includes an option that allows the user to share the trailer video of the selected movie.
- Optimized for tablets. Tablet UI uses a Master-Detail layout.
Main Grid View
Details View
Details View
Tablet View
Copyright 2015 The Android Open Source Project, Inc.
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.