On Thu, Sep 29, 2011 at 2:28 AM, <Hera> <aide...@gmail.com> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to