# hehonghui/AndroidEventBus

A lightweight eventbus library for android, simplifies communication between Activities, Fragments, Threads, Services, etc.

Repository: https://github.com/hehonghui/AndroidEventBus
Canonical: https://ross.abutalabs.com/products/androideventbus
Language: Java
License: Apache-2.0
License Family: permissive
Topics: eventbus, androideventbus, android
Last push: 2026-08-07T02:31:50+00:00

## Health v2 (maintenance only)
Score: 75/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 96, release rhythm 35, longevity 100
- inputs: {"age_days": 4229, "days_push": 27, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1608, forks 390 (observed 2026-08-28T04:05:10.703684+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: middleware, concurrency
- domain: mobile-development, android-tools, developer-tools
- platform: jvm
- tags: eventbus, observer-pattern, pub-sub, annotation-processing, sticky-events, android, mobile

## Member repositories
- hehonghui/AndroidEventBus (main) score 75

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:10.703684+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:51:34.396354+00:00, confidence not recorded.
  - readme: https://github.com/hehonghui/AndroidEventBus (fetched 2026-08-28T04:05:10.703684+00:00, sha 668c873c171a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
