Today we’d like to take a quick tour of one of the lesser known, but highly useful types of services you might want to use: the IntentService. IntentService (android.app.IntentService) is a simple type of service that can be used to handle asynchronous work off the main thread by way of Intent requests. Each intent is […]