On Thu, Sep 29, 2011 at 2:28 AM, <Hera> <[email protected]> wrote: > Let me see if I have understood: I have to create a Bound service by > Extending the Binder class, this is a local service. Then, the service > must start a normal Thread (new runnnable) to do the work
Correct. There are other patterns as well (e.g., sending a command via startService() to an IntentService), but you have the basic concept. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in NYC: http://marakana.com/training/android/ -- 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

