SpinyTech/ModularizationArchitecture
None 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: 3568
- days_rel: n/a
- days_push: 2088
- n_releases_24m: 0
Adoption not part of the score
1437 stars · 330 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
ModularizationArchitecture is a routing-based, component-oriented architecture framework for Android that enables communication between modules and processes via shared routes without direct dependencies. It supports multi-process apps and parallel team development.
Use cases
- decouple business modules in a large Android app
- communicate across Android processes without direct module references
- enable parallel development across multiple teams
- structure a medium-sized app with component-based architecture
- perform white-box testing of isolated app modules
When to choose
- you are building a medium-to-large Android app with multiple teams working on separate business modules
- you need multi-process communication with loose coupling between modules
- you want route-based navigation and service invocation instead of direct dependencies
When to avoid
- you are building a small single-module app where modularization adds unnecessary complexity
- you need a framework with active maintenance and recent updates
- you target platforms other than Android
Facets
framework · maturity maintenance
routing middleware mobile-development android-tools developer-tools jvm modular-architecture multi-process android component-based decoupling
1 source
- readme: https://github.com/SpinyTech/ModularizationArchitecture · fetched 2026-08-28 · 927cdbc9a41a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| SpinyTech/ModularizationArchitecture | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="SpinyTech/ModularizationArchitecture")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem