[android-beginners] Re: What API should I use ? Local Service Binding ? Remote Service Binding ? Handler ?)

2009-10-08 Thread James Yum
Hi Tim, There's a local service binding example in ApiDemos which I'm pretty sure does exactly that: http://developer.android.com/guide/samples/ApiDemos/src/com/example/android/apis/app/LocalServiceBinding.html However, I think you're better off using AlarmManager to start a service periodically.

[android-beginners] Re: What API should I use ? Local Service Binding ? Remote Service Binding ? Handler ?)

2009-10-08 Thread ashwini d
hi, I tried the same program wht u mentioned, for me it is working fine. u chk in logcat file for confirmation whether the service is stopped or not giving some log statements in ur code On Oct 5, 11:01 am, Tim wrote: > Hello, > > I am very new beginner, and I am designing a smallapplicat