Hi, is it possible to query a website's api from an android app? If so, how to do you handle the return if it's in xml?
Thanks
Hi, is it possible to query a website's api from an android app? If so, how to do you handle the return if it's in xml?
Thanks
This post showing you how to create a Twitter client using Android should be helpful.
As far as processing the XML, there are lots of ways. See the Android docs for XML support, as well as this tutorial.