Hi guys, I have the following scenario in my Android code, and I am wondering if someone can point me in the right direction.
I have an activity called MainActivty. It interfaces to the server through a service called ServerConnector which creates a new thread to handle RESTful calls to our webservices. I am using a service here because I would like to have the requests continue even if the user switches activities. That said, I am unsure how to return information from the ServerConnector service to the MainActivity activity that is actually handling the UI. I know it will require a binding, but since it is a local service, I am unsure if I should use AIDL, or something else. Any input would be much appreciated! -- 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

