Reputation:
In my app I am having local Sqlite database and also other mySQL database saved on web (currently using localhost). I want to fetch specific values from mySQL database and that values to be updated in local Sqlite database.
In return like same some values from local Sqlite database to MySQL database on web(or localhost).
As you know it's easy for saving data in android and I did that stuff but getting problem while implementing
ANDROID-->WEB-->ANDROID interaction if you have did it before or having any idea,any links,or sample code please help me on this....
Upvotes: 3
Views: 688
Reputation: 609
Mechanism you are trying to achieve like Android -> Web -> Android, can be achieved and explained here check it.
Upvotes: 0
Reputation: 6727
If you want to try it on localhost
then the link below is good.
http://www.androidhive.info/2012/05/how-to-connect-android-with-php-mysql/
Upvotes: 1