sending data to and from a droid querying remote db server
What is the best way to 开发者_运维技巧pull data from a DB server using android?
One option is to Create a REST based API on the server, and have the API send back JSON, or XML
here is a related Question from StackOverflow
Another newer approach is to use CouchOne for Android, information is here
精彩评论