Re: [android-developers] bind/unbind service

2012-10-05 Thread Sat
Thanks for the reply guys. So the best way is in onCreate() bind and then in onDestroy() unbind. I had another question that is . The flag BIND_AUTO_CREATE says that it will create a service as long as the binding exist, so if I bind multiple times in the same Activity, lets say in onCreate() an

Re: [android-developers] bind/unbind service

2012-10-05 Thread Justin Anderson
http://lmgtfy.com/?q=android+bind+service+memory+leak Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Oct 5, 2012 at 8:42 AM, lokesh gupta wrote: > Doesnt it get disconnect by its own > On Oct 5, 2012 8:00 PM, "Justin Anderson" wrote: > >> A memo

Re: [android-developers] bind/unbind service

2012-10-05 Thread lokesh gupta
Doesnt it get disconnect by its own On Oct 5, 2012 8:00 PM, "Justin Anderson" wrote: > A memory leak > > Thanks, > Justin Anderson > MagouyaWare Developer > http://sites.google.com/site/magouyaware > > > On Fri, Oct 5, 2012 at 8:24 AM, satish bhoyar wrote: > >> Hi All, >> >> I am just confused i

Re: [android-developers] bind/unbind service

2012-10-05 Thread Justin Anderson
A memory leak Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Oct 5, 2012 at 8:24 AM, satish bhoyar wrote: > Hi All, > > I am just confused in Bindservice and unbind. > > I want to know If I am binding to service then is it necessary to unbind > it

[android-developers] bind/unbind service

2012-10-05 Thread satish bhoyar
Hi All, I am just confused in Bindservice and unbind. I want to know If I am binding to service then is it necessary to unbind it? If I won't do it what impact will do onmy application.? thanks, saitsh -- You received this message because you are subscribed to the Google Groups "Android Develo