JeremyLiao/LiveEventBus
:mailbox_with_mail:EventBus for Android,消息总线,基于LiveData,具有生命周期感知能力,支持Sticky,支持AndroidX,支持跨进程,支持跨APP observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2975
- days_rel: n/a
- days_push: 839
- n_releases_24m: 0
Adoption not part of the score
3983 stars · 570 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
LiveEventBus is an Android event bus library built on LiveData that provides lifecycle-aware message passing. It supports sticky events, delayed sending, cross-process communication, and messaging between apps, with AndroidX compatibility.
Use cases
- send events between android components without memory leaks
- lifecycle-aware event bus for android
- cross-process messaging within an android app
- send messages between two android apps
- sticky event delivery on android
- replace eventbus or rxbus with livedata-based bus
When to choose
- your android app needs lifecycle-aware pub/sub that auto-unsubscribes observers
- you need sticky events or delayed message delivery
- you must send messages across processes or between apps
- you want an AndroidX-compatible event bus with no configuration
When to avoid
- you need fine-grained thread scheduling control on message delivery
- your project is not Android/Java-based
- you prefer RxJava-based reactive streams for event handling
- you need ordered message guarantees with complex routing
Facets
library · maturity stable
message-queue middleware mobile-development android-tools developer-tools jvm eventbus livedata android lifecycle-aware sticky-events cross-process-messaging java mobile
1 source
- readme: https://github.com/JeremyLiao/LiveEventBus · fetched 2026-08-28 · df88b391f20e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| JeremyLiao/LiveEventBus | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="JeremyLiao/LiveEventBus")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem