Pulls Movie Data from Rotten Tomatoes API, has ability to save via SQLite DB, and can post to Twitter.
AndroidChallenge2 is hosted in the following web site
https://github.com/bast0079/AndroidChallenge2
If you think the Android project AndroidChallenge2 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 AndroidChallenge2.
Item | Value |
---|---|
Java File Count | 7 |
Supported screen sizes | [mdpi, ldpi, hdpi] |
Target SDK Version | 10 |
Minimum SDK Version | 10 |
Activity Count | 3 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 2 image files in AndroidChallenge2. The names of the image files are listed as follows.
popcorn.png twitter.png
The following screenshort is generated from the image listed above.
AndroidChallenge2 has the following Java source files.
com.nerdery.java.DBHelper.java com.nerdery.java.FavoritesActivity.java com.nerdery.java.InfoActivity.java com.nerdery.java.JsonFunctions.java com.nerdery.java.MainActivity.java com.nerdery.java.Movie.java com.nerdery.java.MoviesDataSource.java