Android Fundamentals: IntentService Basics

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 […]

Read More

Leave a Reply

Your email address will not be published. Required fields are marked *