Android - getting data from a server
Posted
by jonhobbs
on Stack Overflow
See other posts from Stack Overflow
or by jonhobbs
Published on 2010-05-11T12:22:57Z
Indexed on
2010/05/11
12:34 UTC
Read the original article
Hit count: 254
android
|sql-server
I've read lots about using local storage for android but how would I connect to an SQL database online to send and get data?
For example, if I was making a game and wanted to create a worldwide high score table, how would I store that online and make sure it was only available to that app?
Thanks, Jon
© Stack Overflow or respective owner