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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.