Android networking demo for displaying Box Office Movies using the RottenTomatoes API.
android-rottentomatoes-demo is hosted in the following web site
https://github.com/codepath/android-rottentomatoes-demo
If you think the Android project android-rottentomatoes-demo 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 android-rottentomatoes-demo.
Item | Value |
---|---|
Java File Count | 6 |
Supported screen sizes | [hdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 10 |
Activity Count | 2 |
jar files used | android-async-http-1.4.3.jar android-support-v4.jar picasso-2.1.1.jar |
Required Permissions | android.permission.INTERNET |
Asset File Names | assets\tomatoes_api_key.txt |
There are 2 image files in android-rottentomatoes-demo. The names of the image files are listed as follows.
large_movie_poster.png small_movie_poster.png
The following screenshort is generated from the image listed above.
android-rottentomatoes-demo has the following Java source files.
com.codepath.example.rottentomatoes.AssetLoader.java com.codepath.example.rottentomatoes.BoxOfficeActivity.java com.codepath.example.rottentomatoes.BoxOfficeDetailActivity.java com.codepath.example.rottentomatoes.BoxOfficeMovie.java com.codepath.example.rottentomatoes.BoxOfficeMoviesAdapter.java com.codepath.example.rottentomatoes.RottenTomatoesClient.java