Monday, January 2, 2012

[android-developers] Re: Stop service before the work completes

Service does not have onStop() . onDestroy is getting called after the
work is done . I want onDestroy() to be called immediately after i
call stopService() .


On Jan 3, 10:13 am, Kristopher Micinski <krismicin...@gmail.com>
wrote:
> Does yourserviceonStop get called?
>
> Kris
>
>
>
>
>
>
>
> On Tue, Jan 3, 2012 at 12:09 AM,elham<elhamna...@gmail.com> wrote:
> > I have a apk with just user interface and another apk which has the
> > class extendingservice. The UI apk andServiceapk communicate
> > through intents . No binders involved.
>
> > Myservicestarts a operation which is niether in a thread nor in
> > AsynTask. When the user selects cancel the UI apk sends a intent to
> >Serviceapk and there i am calling stopService but theservice
> > continues .
>
> > Please let me know if you understand what is happening .
>
> > On Jan 2, 5:11 pm, Mukesh Srivastav <mukicha...@gmail.com> wrote:
> >> Hey,
>
> >> Are you talking about AsyncTask with a progress Dialog on a Cancel button
> >>  ?  or ? AServiceClass ?  Please clarify
>
> >> Secondly,Serviceruns in the background without user interface, so not
> >> sure, which Asynchronous you are taking about.
>
> >> Warm Regards,
> >> *Mukesh Kumar*,
> >> Android Consultant/Freelancer,
> >> India,Hyderabad
>
> >> On Mon, Jan 2, 2012 at 5:37 PM,elham<elhamna...@gmail.com> wrote:
> >> > Dear All,
>
> >> > I would want tostoptheservicebefore the work completes . For
> >> > instance , when the user wishes to cancel, i want tostopthe
> >> >service.
>
> >> > Is it possible to do so?
>
> >> > Regards,
>
> >> > --
> >> > 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+unsubscribe@googlegroups.com
> >> > For more options, visit this group at
> >> >http://groups.google.com/group/android-developers?hl=en
>
> >> --
> >> .
>
> > --
> > 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+unsubscribe@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment