Skip to content

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

Packages

Contributors

Languages