Walkthrough from https://github.com/thecodepath/android_guides/wiki/RottenTomatoes-Networking-Tutorial..
Box-Office-Movies is hosted in the following web site
https://github.com/connerpike/Box-Office-Movies
If you think the Android project Box-Office-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 Box-Office-Movies.
Item | Value |
---|---|
Java File Count | 6 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 2 |
jar files used | android-async-http-1.4.3 (1).jar picasso-2.1.1.jar |
Required Permissions | android.permission.INTERNET |
There are 5 image files in Box-Office-Movies. The names of the image files are listed as follows.
action_imdb.png action_rotten_tomatoe.png ic_menu_refresh.png large_movie_poster.png small_movie_poster.png
The following screenshort is generated from the image listed above.
Box-Office-Movies has the following Java source files.
com.connerpike.boxofficemovies.Activites.BoxOfficeActivity.java com.connerpike.boxofficemovies.Activites.BoxOfficeDetailActivity.java com.connerpike.boxofficemovies.Adapters.BoxOfficeMovieAdapter.java com.connerpike.boxofficemovies.ApplicationTest.java com.connerpike.boxofficemovies.Model.BoxOfficeMovie.java com.connerpike.boxofficemovies.Model.RottenTomatoesClient.java