I have an android app that uses the offline storage SQLite and HTML5 storage, and want to connect it also with my centralized storage on Mysql when the internet connectio ... الإطلاع على المزيد
you can build a web services that communicates with the remote database from your android application. normally process go like this ANDROID APPLICATION -----> PHP FI ... الإطلاع على المزيد
As Asif said, you can build a web services that communicates with the database and pass data to your application using json. This tutorial might give you some ideas: How ... الإطلاع على المزيد
Aoa, Thanks for your patience, Use web services for this problem by json technology. If you further requires help in this regards please feel free to ask. Thanks, ... الإطلاع على المزيد
i use basic4android it can connect direcly to remote MySql databases , sql server etc ... Check it out http://www.basic4ppc.com/android/forum/threads/remote-database-con ... الإطلاع على المزيد
A simple web service (php or .net) will do the trick. Just manage the security settings when passing data from mobile to central database servers. Cheers!
JSON is the way to go. All of the major social networks use the same patterns for creating and consuming data.