Pregunta de entrevista de Sagoon

services in android

Respuesta de la entrevista

Anónimo

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 .