Android Open Source - SQLite JSON Android-and-PHP-Library






Project Summary

The PHP website lets the user make changes to a MySQL database, and it also provides scripts that return JSON representation of the database. The Android application retrieves the database using these scripts and allows some manipulation,searching. The application also keeps a local copy and saves local changes (modification, removal, addition) to a local SQLite database..

Web Site / Source Repository

Android-and-PHP-Library is hosted in the following web site
https://github.com/natgabb/Android-and-PHP-Library

If you think the Android project Android-and-PHP-Library 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 Android-and-PHP-Library.

ItemValue
Java File Count10
Supported screen sizes[mdpi, hdpi, xhdpi]
Target SDK Version15
Minimum SDK Version8
Activity Count7
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET




Resource Files

There are 1 image files in Android-and-PHP-Library. The names of the image files are listed as follows.

ic_action_search.png

The following screenshort is generated from the image listed above.

null

Java Source Files

Android-and-PHP-Library has the following Java source files.

cs534.team3.phase1.AddFromDatabase.java
cs534.team3.phase1.AddItem.java
cs534.team3.phase1.CostPreview.java
cs534.team3.phase1.Main.java
cs534.team3.phase1.Product.java
cs534.team3.phase1.SearchResults.java
cs534.team3.phase1.SetPrefs.java
cs534.team3.phase1.Splash.java
cs534.team3.phase1.database.AsyncDBHelper.java
cs534.team3.phase1.database.DBHelper.java