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.
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.
The following table is the detailed list of MovieApp.
Item | Value |
---|---|
Java File Count | 10 |
Supported screen sizes | [hdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 15 |
Activity Count | 3 |
Fragment Count | 3 |
jar files used | android-support-v4.jar json-simple-1.1.1.jar |
Required Permissions | android.permission.INTERNET |
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.
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