Connecting Android Application With Any Database
How would i go on connecting my Android application with my local database?
Solution 1:
Probably the easiest way is to use something like PHP as a middle layer, then send HTTP requests from your Android application to it. Take a look at this for more information
Also read this: how-to-connect-android-to-a-database-server
Hope this helps.
Post a Comment for "Connecting Android Application With Any Database"