What is the best way to pull data from a DB server using android?
Asked
Active
Viewed 375 times
1 Answers
0
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
Community
- 1
- 1
Aaron Saunders
- 32,707
- 5
- 57
- 77