Pergunta de entrevista da empresa Sagoon

services in android

Resposta da entrevista

Sigiloso

12 de set. de 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 .