Instead of starting the service on onCreate(), you need to do the following things.
1. start the service onPause. 2. check if service is not started. -- Warm Regards, *Mukesh Kumar*, Android Consultant/Freelancer, India,Hyderabad. On Tue, Jan 10, 2012 at 2:03 PM, srihari babu <[email protected]>wrote: > Is there any remote service kind of thing is there? > Since i have observed this kind of behaviour in my application, in which i > used to create remote service. > On starting remote service, application onCreate method got executed. > > I think it may helpful to u. > > Regards, > Srihari babu.R > Hyderabad > > -- > 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 -- 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

