Thursday, 20 August 2015

What is service in android?

A service is a component that runs in the background. It is used to play music, handle network transaction etc.

A Service is an application component that can perform long-running operations in the background and does not provide a user interface.


No comments:

Post a Comment