Ross ROSS = Recommend OSS · open-source software intelligence for agents

hehonghui/AndroidEventBus

A lightweight eventbus library for android, simplifies communication between Activities, Fragments, Threads, Services, etc. observed · 2026-08-28

github.com/hehonghui/AndroidEventBus · Java · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

75/100

  • Activity 96
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4229
  • days_rel: n/a
  • days_push: 27
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1608 stars · 390 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A lightweight event bus library for Android that decouples communication between Activities, Fragments, Threads, and Services using an observer pattern with @Subscriber annotations and event tags. It supports thread modes and sticky events.

Use cases

  • send events between android activities and fragments
  • decouple components in an android app
  • communicate between a service and ui thread
  • replace callbacks with event-based messaging
  • post background events to the ui thread

When to choose

  • you want a small, simple event bus with tag-based routing on Android
  • you need sticky events and thread-mode control without heavy dependencies

When to avoid

  • starting a new project where maintained alternatives like GreenRobot EventBus or RxJava/Kotlin Flow are preferred
  • the project is explicitly no longer maintained and you need long-term support

Facets

library · maturity maintenance

middleware concurrency mobile-development android-tools developer-tools jvm eventbus observer-pattern pub-sub annotation-processing sticky-events android mobile

1 source

Member repositories

RepositoryRoleHealth v2
hehonghui/AndroidEventBusmain75

For agents

markdown · JSON · MCP: product_card(name="hehonghui/AndroidEventBus")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem