Home > Tag Archives: android service

Tag Archives: android service

Android Service

android

* A Service is an application which has the ability to run in the background without displaying any user interface.* A Service is a class which derives from android.app.Service.* All Services must be declared in the manifest file.* Services run without a dedicated GUI, but, like Activities and Broadcast Receivers, they still execute in the main thread of the application’s ... Read More »