hongyangAndroid/ChangeSkin
基于插件式的Android换肤框架,支持app内和或者外部插件式提供资源的换肤方案,无需重启Activity。[仅供参考原理,暂不维护] 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3992
- days_rel: n/a
- days_push: 3424
- n_releases_24m: 0
Adoption not part of the score
1149 stars · 290 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
ChangeSkin is a plugin-based skinning (dynamic theming) framework for Android apps, written in Java. It lets apps switch skins using resources from an external plugin APK or from resources bundled inside the app itself, without restarting activities.
Use cases
- switch android app theme at runtime without restarting activities
- load skin resources from an external plugin apk
- implement night mode / dark theme in an android app
- bundle multiple in-app skin resource sets and switch between them
- hot-swap colors and drawables across all activities
- reset the app to its default skin programmatically
When to choose
- you maintain a legacy Java Android app that needs runtime skin switching without activity restarts
- you want skin resources delivered via a separate plugin apk
- you need both in-app and external-plugin theming in one mechanism
When to avoid
- starting a new Android project - the repo is explicitly unmaintained and targets old Android tooling
- you only need simple day/night mode - AppCompat's DayNight theme or Material 3 dynamic theming are better supported
- you use Kotlin-first modern Android stacks (Jetpack Compose) where this LayoutInflater-based approach does not apply
Facets
library · maturity abandoned
ui-components theme mobile-framework mobile-development android-tools frontend jvm android skin-switching dynamic-theming plugin-resources night-mode no-restart
1 source
- readme: https://github.com/hongyangAndroid/ChangeSkin · fetched 2026-08-28 · 59ba2b6972ad
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| hongyangAndroid/ChangeSkin | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="hongyangAndroid/ChangeSkin")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem