# singwhatiwanna/dynamic-load-apk

DL : dynamic load framework in android

Repository: https://github.com/singwhatiwanna/dynamic-load-apk
Canonical: https://ross.abutalabs.com/products/dynamic-load-apk
Homepage: http://blog.csdn.net/singwhatiwanna/article/details/40283117
Language: Java
License: NOASSERTION
License Family: other
Last push: 2024-07-16T17:56:54+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4539, "days_push": 778, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 6001, forks 1977 (observed 2026-08-28T04:09:34.173206+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: plugin-system, mobile-framework, developer-tools
- domain: android-tools, mobile-development, developer-tools
- platform: jvm
- tags: android-plugin-framework, dynamic-loading, apk-hotload, pluginization, runtime-apk-loading, android, mobile

## Member repositories
- singwhatiwanna/dynamic-load-apk (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:34.173206+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:49:48.884989+00:00, confidence not recorded.
  - readme: https://github.com/singwhatiwanna/dynamic-load-apk (fetched 2026-08-28T04:09:34.173206+00:00, sha 6134ccd3a2ad)
- Data as of 2026-08-30T08:39:29.467469+00:00.
