Search movies with the TMDB API 3. http://javacodegeeks.com/2010/10/android-full-application-tutorial.html.
PhilmSearchApp is hosted in the following web site
https://github.com/cheedep/PhilmSearchApp
If you think the Android project PhilmSearchApp 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 PhilmSearchApp.
Item | Value |
---|---|
Java File Count | 14 |
Activity Count | 3 |
Required Permissions | android.permission.INTERNET |
PhilmSearchApp has the following Java source files.
com.cheedep.philmsearch.io.FlushedInputStream.java com.cheedep.philmsearch.model.Image.java com.cheedep.philmsearch.model.Movie.java com.cheedep.philmsearch.model.Person.java com.cheedep.philmsearch.services.GenericSeeker.java com.cheedep.philmsearch.services.HttpRetriever.java com.cheedep.philmsearch.services.MovieSeeker.java com.cheedep.philmsearch.services.PersonSeeker.java com.cheedep.philmsearch.ui.MainActivity.java com.cheedep.philmsearch.ui.MoviesAdapter.java com.cheedep.philmsearch.ui.MoviesListActivity.java com.cheedep.philmsearch.ui.PersonListActivity.java com.cheedep.philmsearch.utils.JSONUtils.java com.cheedep.philmsearch.utils.Utils.java