[Solved] How to connect to remote database from android? [closed]


You’re most likely going to need to develop a web service architecture and use the network connection on the android phone to post requests to the website.

You’ll have to look into this, nobody is going to just give you all the code you need.

try looking at tutorials like this (using java REST) :
http://www.vogella.com/articles/REST/article.html

2

solved How to connect to remote database from android? [closed]