I'm writing both the client and REST server for a web app on Android. The basic idea is to have the phone post a row in the database. I've setup the HttpPost request's URL to the form page. Then I send the data to the form in XML. Upon execution the new entry is displayed from the database. It's not redirected, rather the new data is just rendered. There is information I'd like to capture in the URL. Does anyone know how to get a URL from the HttpResponse object?
I've got lots of code to show the Response's status, the headers, the params. But nothing to show the current URL. Thanks in advance! -- 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

