Hi, I'm developing an Android application that performs REST calls. From what I've read and understand, I think that is a good idea to use a Service to perform the calls. It makes sense to use an IntentService for this purpose, or is not well-suited because it is created and destroyed everytime it completes its job? What is the better life- cycle for this kind of service.
Second, I need to receive callbacks from the service, there are many activities that use it, and is possible that the activity that performed the call is in background when the call terminates. How can I handle this? -- 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

