Skip to content

Support for plain Java (non Android) projects #173

@william-ferguson-au

Description

@william-ferguson-au

I have a project that covers Android and non Android.

Looking at the EventBus code it looks like it shouldn't be too hard to let it be configurable (via EventBusBuilder) to support a plain Java app.

Would you be interested in a pull request to open it up to non Android projects?

All the sticking points (use of android.util.Log / android.os.Handler etc) can be handled but AsyncExecutor#buildForActivityScope requires an Activity. Is this method actually required? Would it be acceptable to change the type of the parameter to Object?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions