Android Open Source - Development api MovieApp






Project Summary

Android application that gives us movie details based on user selection. This application uses API from https://www.themoviedb.org/ . To use this application you will have to get your own key from https://www.themoviedb.org/. It is free :) . There are.

Web Site / Source Repository

MovieApp is hosted in the following web site
https://github.com/chiped/MovieApp

If you think the Android project MovieApp listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of MovieApp.

ItemValue
Java File Count10
Supported screen sizes[hdpi]
Target SDK Version18
Minimum SDK Version15
Activity Count3
Fragment Count3
jar files usedandroid-support-v4.jar
json-simple-1.1.1.jar
Required Permissionsandroid.permission.INTERNET




Resource Files

There are 1 image files in MovieApp. The names of the image files are listed as follows.

user.png

The following screenshort is generated from the image listed above.

null

Java Source Files

MovieApp has the following Java source files.

com.chinmay.movieapp.MovieAppActivity.java
com.chinmay.movieapp.MovieItemDetailActivity.java
com.chinmay.movieapp.MovieItemDetailFragment.java
com.chinmay.movieapp.MovieItemListActivity.java
com.chinmay.movieapp.MovieItemListFragment.java
com.chinmay.movieapp.movie.MovieContent.java
com.chinmay.movieapp.tasks.DownloadDetailsTask.java
com.chinmay.movieapp.tasks.DownloadImageTask.java
com.chinmay.movieapp.tasks.DownloadMovieTask.java
com.chinmay.movieapp.widget.ArrayAdapter.java