Top Movie 3.13 Icon
4.1
17 Ratings
5K+
Downloads
3.13
version
Feb 11, 2018
release date
2.3 MB
file size
Free
Download

What's New

New - Search Movie

About Top Movie Android App

Final project for the course Developing Android Apps

It is just a practice, not a production version.

Project guideline

1. User Interface - Layout
Movies are displayed in the main layout via a grid of their corresponding movie poster thumbnails
UI contains an element (e.g., a spinner or settings menu) to toggle the sort order of the movies by: most popular, highest rated, and favorites
UI contains a screen for displaying the details for a selected movie
Movie Details layout contains title, release date, movie poster, vote average, and plot synopsis.
Movie Details layout contains a section for displaying trailer videos and user reviews
Tablet UI uses a Master-Detail layout implemented using fragments. The left fragment is for discovering movies. The right fragment displays the movie details view for the currently selected movie.

2. User Interface - Function
When a user changes the sort criteria (most popular, highest rated, and favorites) the main view gets updated correctly.
When a movie poster thumbnail is selected, the movie details screen is launched [Phone] or displayed in a fragment [Tablet]
When a trailer is selected, app uses an Intent to launch the trailer
In the movies detail screen, a user can tap a button(for example, a star) to mark it as a Favorite

3. Network API Implementation
In a background thread, app queries the /movie/popular or /movie/top_rated API for the sort criteria specified in the settings menu.
App requests for related videos for a selected movie via the /movie/{id}/videos endpoint in a background thread and displays those details when the user selects a movie.
App requests for user reviews for a selected movie via the /movie/{id}/reviews endpoint in a background thread and displays those details when the user selects a movie.

4. Data Persistence
App saves a “Favorited” movie to SharedPreferences or a database using the movie’s id.
When the “favorites” setting option is selected, the main view displays the entire favorites collection based on movie IDs stored in SharedPreferences or a database.

5. ContentProvider
App persists favorite movie details using a database
App displays favorite movie details (title, poster, synopsis, user rating, release date) even when offline
App uses a ContentProvider to populate favorite movie details

6. Sharing Functionality
Movie Details View includes an Action Bar item that allows the user to share the first trailer video URL from the list of trailers
App uses a share Intent to expose the external youtube URL for the trailer


Motivation
This project exist as a part of my professional portfolio about Android
In this project I have learned:
- Build and deploy apps on Android devices
- Present and use network resources in your apps
- Navigate between multiple screens in an app
- Create databases and use Content Providers to manage access to your data
- Create responsive user interfaces that work across a variety of screen sizes(Phones and tablet)
- Keep your app running efficiently with the Use of AsyncTasks and Loaders

Other Information:

Package Name:
Requires Android:
Android 4.0.3+ (Ice Cream Sandwich MR1, API 15)
Other Sources:

Download

This version of Top Movie Android App comes with one universal variant which will work on all the Android devices.

Variant
8
(Feb 11, 2018)
Architecture
Unlimited
Minimum OS
Android 4.0.3+ (Ice Cream Sandwich MR1, API 15)
Screen DPI
nodpi (all screens)

All Versions

If you are looking to download other versions of Top Movie Android App, We have 3 versions in our database. Please select one of them below to download.

Loading..