Android Open Source - Development tutorial PhilmSearchApp






Project Summary

Search movies with the TMDB API 3. http://javacodegeeks.com/2010/10/android-full-application-tutorial.html.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of PhilmSearchApp.

ItemValue
Java File Count14
Activity Count3
Required Permissionsandroid.permission.INTERNET

Java Source Files

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