CtripMobile/DynamicAPK
Solution to implement multi apk dynamic loading and hot fixing for Android App. (实现Android App多apk插件化和动态加载,支持资源分包和热修复) 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3971
- days_rel: n/a
- days_push: 1147
- n_releases_24m: 0
Adoption not part of the score
3025 stars · 868 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
DynamicAPK is a Ctrip framework for Android that enables multi-APK/dex dynamic loading, on-demand module loading, and hot fixing of code and resources. It uses a modified aapt so plugins require no activity/fragment proxies, letting teams keep a normal Android development paradigm.
Use cases
- hot fix online bugs in an android app without releasing a new version
- load rarely used app modules on demand
- split a large android app into parallel-developed sub-project modules
- speed up android app boot time by deferring dex loading
- dynamically load code and resources in android plugins
When to choose
- you maintain a large Android app that needs plugin-based parallel development
- you need hot fixes for both code and resources in production
- you want dynamic loading without rewriting activities to use proxy classes
When to avoid
- you target modern Android versions where this aging approach may lack compatibility
- you only need simple code hot fixes without resource support
- you want an actively developed solution with recent community activity
Facets
framework · maturity maintenance
plugin-system developer-tools build-tool mobile-development android-tools developer-tools cpp android-plugin-framework hot-fix dynamic-loading multi-apk resource-splitting android mobile
1 source
- readme: https://github.com/CtripMobile/DynamicAPK · fetched 2026-08-28 · 64d5856a1bed
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| CtripMobile/DynamicAPK | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="CtripMobile/DynamicAPK")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem