Android Open Source - SQLite Save AndroidChallenge2






Project Summary

Pulls Movie Data from Rotten Tomatoes API, has ability to save via SQLite DB, and can post to Twitter.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of AndroidChallenge2.

ItemValue
Java File Count7
Supported screen sizes[mdpi, ldpi, hdpi]
Target SDK Version10
Minimum SDK Version10
Activity Count3
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

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.

null

Java Source Files

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