Android app which is connecting to remote mySQL server with help of php to have DB operations(create,read,edit,delete) from mobile device..
mySQLConnect is hosted in the following web site
https://github.com/farminf/mySQLConnect
If you think the Android project mySQLConnect 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 mySQLConnect.
Item | Value |
---|---|
Java File Count | 5 |
Target SDK Version | 21 |
Minimum SDK Version | 11 |
Activity Count | 4 |
Required Permissions | android.permission.INTERNET |
mySQLConnect has the following Java source files.
com.example.mysqlconnect.AllRecordsActivity.java com.example.mysqlconnect.EditRecordActivity.java com.example.mysqlconnect.JSONParser.java com.example.mysqlconnect.MainActivity.java com.example.mysqlconnect.NewRecordActivity.java