Skip to content

Move running commands to a background service  #21

@kwatkins

Description

@kwatkins

Commands are currently running on the main UI thread.
If we moved commands to an IntentService 'https://developer.android.com/training/run-background-service/create-service' we would be able to support multiple threads, move it off the UI, and be able to support more upcoming features.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions