A little movie database app I worked on to learn android.
movies is hosted in the following web site
https://github.com/keemax/movies
If you think the Android project movies 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 movies.
Item | Value |
---|---|
Java File Count | 18 |
Minimum SDK Version | 8 |
Activity Count | 5 |
Required Permissions | android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 2 image files in movies. The names of the image files are listed as follows.
stub_img.png stub_img_small.png
The following screenshort is generated from the image listed above.
movies has the following Java source files.
com.movies.CastCredit.java com.movies.CastMember.java com.movies.CrewCredit.java com.movies.CrewMember.java com.movies.FileCache.java com.movies.HomeActivity.java com.movies.ImageGetter.java com.movies.Listable.java com.movies.MemoryCache.java com.movies.Movie.java com.movies.MovieInfoActivity.java com.movies.Person.java com.movies.PersonInfoActivity.java com.movies.RTQuery.java com.movies.ResultListActivity.java com.movies.ResultListAdapter.java com.movies.SearchCharacter.java com.movies.TmdbQuery.java