Skip to content

An implementation of android.app.Service that, like IntentService, handles background work in a separate thread and finished when all work is completed. But unlike IntentService, each Intent is handled asynchronously.

Notifications You must be signed in to change notification settings

ajk1311/AsyncIntentService

Repository files navigation

AsyncIntentService

An implementation of android.app.Service that, like IntentService, handles background work in a separate thread and finished when all work is completed. But unlike IntentService, each Intent is handled asynchronously.

About

An implementation of android.app.Service that, like IntentService, handles background work in a separate thread and finished when all work is completed. But unlike IntentService, each Intent is handled asynchronously.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages