Top Movie Application icon

Top Movie 3.13

2.3 MB / 5K+ Downloads / Rating 4.2 - 18 reviews


See previous versions

Top Movie, developed and published by Prophetic, has released its latest version, 3.13, on 2018-02-05. This app falls under the Entertainment category on the Google Play Store and has achieved over 5000 installs. It currently holds an overall rating of 4.2, based on 18 reviews.

Top Movie APK available on this page is compatible with all Android devices that meet the required specifications (Android 4.0+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.jmgarzo.infomovies2

Updated: 7 years ago

Developer Name: Prophetic

Category: Entertainment

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing Top Movie on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

4.2
Total 18 reviews

Reviews

2 ★, on 2018-01-13
The app doesn't have the own movies searching and send you to another app.

1 ★, on 2018-01-26
It has selection of movies but u can't play any of them!

2 ★, on 2017-08-02
C'mon guys, can't we step it up a few notches? This app is the EXACT SAME APP as Top Movie Finder. It's got different colors. I get it, you made an app that does something. Awesome, now take it down and make it better. I recently tested over 30 apps of this kind. Of the top 30, this one ranked at #21. Has 3 tabs, Favorites, Most Popular and Top Rate. No options, no bells, no whistles. It's only good for getting the same movie information all the other apps get.

Previous Versions

Top Movie 3.13
2018-02-05 / 2.3 MB / Android 4.0+

About this 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

New features

New - Search Movie

App Permissions

Allows applications to open network sockets.
Allows applications to access information about networks.
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.