Re: [android-developers] Re: how to run a task in background,eventhough i am out of the application

2012-08-01 Thread Vijay Krishnan
How it is possible to run a service when i am out of my application? On Mon, Jul 30, 2012 at 7:18 PM, bob b...@coolfone.comze.com wrote: I would try creating a Service instead of an Activity. On Monday, July 30, 2012 8:38:37 AM UTC-5, Vijay Krishnan wrote: Hi all, I want to run a

Re: [android-developers] Re: how to run a task in background,eventhough i am out of the application

2012-08-01 Thread RichardC
That's what services are for. Think about the built-in media player for example, it keeps playing while you are using the phone for other tasks. Read: http://developer.android.com/reference/android/app/Service.html and http://developer.android.com/guide/topics/ui/notifiers/notifications.html

[android-developers] Re: how to run a task in background,eventhough i am out of the application

2012-07-30 Thread bob
I would try creating a Service instead of an Activity. On Monday, July 30, 2012 8:38:37 AM UTC-5, Vijay Krishnan wrote: Hi all, I want to run a task in background,eventhough i am out of the application. Thanks, vijay.k -- You received this message because you are subscribed