services in android
Utilisateur anonyme
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 .