Archive | February 25th, 2011

Creating Services in Android

February 25, 2011

4 Comments

Introduction Services in Android are components which run in the background. They do not have any user interface. One application can start a service and the service can run in the background even if this application is switched with a new application by the user. There are two types of services namely Unbound Service and [...]

email