Connect Android application to remote data
Posted
by tadywankenobi
on Stack Overflow
See other posts from Stack Overflow
or by tadywankenobi
Published on 2010-06-08T14:52:38Z
Indexed on
2010/06/08
15:02 UTC
Read the original article
Hit count: 191
Sheesh talk about limited information! I'm trying to get my Android application to connect to an online database to access information. There's quite a bit of info including geotags and these are going to be mapped on my app. The developer site has the very informative piece of information:
You can use the network (when it's available) to store and retrieve data on your own web-based services. To do network operations, use classes in the following packages:
java.net.* android.net.*
Like I said in my previous question, I'm still very much an android newbie, and trying to remember my java oop from college is slow. Does anyone have an example of how this might work, or how I could implement it? I wouldn't mind even connecting to a local xml file, if I could find a good example of how to do that!? Am I just looking in all the wrong places?!
Help. Please!
T
© Stack Overflow or respective owner