iqiyi/Andromeda
Andromeda simplifies local/remote communication for Android modularization observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: 3057
- days_rel: n/a
- days_push: 2543
- n_releases_24m: 0
Adoption not part of the score
2267 stars · 292 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Andromeda is an Android library from iQiyi that simplifies local and remote inter-process communication between modules in a modularized app. It removes the need for manual bindService() and AIDL boilerplate by letting developers register and fetch services via interfaces, with support for IPC callbacks and a multi-process event bus.
Use cases
- communicate between android modules without writing bindService code
- call remote service methods synchronously across processes
- share services between feature modules in a modularized android app
- send events across android processes with an IPC event bus
- register callbacks that work across process boundaries
- avoid AIDL boilerplate for android IPC
When to choose
- building a large modularized Android app with multiple processes
- you want synchronous remote service access without manual AIDL/service binding
- you need IPC callbacks or a cross-process event bus
When to avoid
- your app is single-process and has no modularization needs
- you need a actively maintained solution - the project has had no releases since 2019
- you prefer modern alternatives like official Android IPC or other maintained routers
Facets
library · maturity maintenance
rpc middleware developer-tools mobile-development android-tools developer-tools jvm ipc modularization service-communication event-bus android-router android
1 source
- readme: https://github.com/iqiyi/Andromeda · fetched 2026-08-28 · e64dcad779db
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| iqiyi/Andromeda | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem