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..
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.
The following table is the detailed list of Android-and-PHP-Library.
Item | Value |
---|---|
Java File Count | 10 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 8 |
Activity Count | 7 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
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.
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