tags:

views:

32

answers:

1

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

+2  A: 

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.

I82Much
thanks i'll play around with this
2Real
It seems that requestQueue was taking out of the android sdk or I'm just missing something. Can anyone confirm this?
2Real