Hi there !, I am a very new to android application development and need to solve this problem.
In my activity window, I would like to provide a button which makes a restful api call. That call returns an xml response. My server will wait until it gets back that response. Once it get backs response. It opens another activity window and parses the xml results and display them accordingly. How is this possible ? . To break down my questions again How to hit a button which in return does restful API call ? How to be remain in the wait state until I get the response back ?. Whats normally done ?. What to do during that wait ? How to open a new activity window and parse the xml file and display the results accordingly ? --RJ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

