singwhatiwanna/dynamic-load-apk
DL : dynamic load framework in android 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4539
- days_rel: n/a
- days_push: 778
- n_releases_24m: 0
Adoption not part of the score
6001 stars · 1977 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
DL (Dynamic Load) is an Android framework that lets a host app load and run plugin APKs without installing them, handling resource access and Activity lifecycle management. It supports multiple calling modes between host and plugin and requires only a single jar dependency.
Use cases
- load apk plugins dynamically in android without installing
- build a modular android app with installable plugins
- reduce host apk size by moving features into plugins
- run plugin activities with full lifecycle support
- access plugin resources via R in a host app
- debug plugins as standalone apps while still loadable
When to choose
- you need plugin-based modularity on legacy Android 2.x devices
- you want a lightweight, mostly reflection-free dynamic loading approach
- you need plugins that can also run independently for debugging
When to avoid
- you target modern Android versions where newer plugin/hotfix frameworks are better supported
- you need to load arbitrary unmodified APKs (plugins must follow DL conventions)
- your project uses AndroidX components beyond FragmentActivity
Facets
library · maturity maintenance
plugin-system mobile-framework developer-tools android-tools mobile-development developer-tools jvm android-plugin-framework dynamic-loading apk-hotload pluginization runtime-apk-loading android mobile
1 source
- readme: https://github.com/singwhatiwanna/dynamic-load-apk · fetched 2026-08-28 · 6134ccd3a2ad
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| singwhatiwanna/dynamic-load-apk | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="singwhatiwanna/dynamic-load-apk")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem