Question d’entretien chez Sagoon

services in android

Réponse à la question d'entretien

Utilisateur anonyme

12 sept. 2017

Services are non UI component ,there are two types of services bound and started , which runs in background but basically it runs in main thread life cycle ,to do not obstacle in main ui thread task we should use another thread or IntentService .