openmobster
Newbie
A service is an application component that can perform long-running operations in the background and does not provide an interface.
In this tutorial you will learn
* The life cycle of a Service component
* How to run a long-running background process
* How to manage the service life cycle from an Activity
Tutorial: http://code.google.com/p/openmobster/wiki/AndroidService
Thanks
In this tutorial you will learn
* The life cycle of a Service component
* How to run a long-running background process
* How to manage the service life cycle from an Activity
Tutorial: http://code.google.com/p/openmobster/wiki/AndroidService
Thanks