# fengjundev/Android-Skin-Loader

一个通过动态加载本地皮肤包进行换肤的皮肤框架

Repository: https://github.com/fengjundev/Android-Skin-Loader
Canonical: https://ross.abutalabs.com/products/android-skin-loader
Language: Java
License: Apache-2.0
License Family: permissive
Last push: 2021-02-20T06:52:16+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4081, "days_push": 2020, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2912, forks 536 (observed 2026-08-28T04:07:29.295199+00:00)

## What it is
Android-Skin-Loader is an Android library that enables runtime theming (skin switching) by dynamically loading local .skin packages. Views marked in layouts are re-skinned automatically when a new skin package is loaded via SkinManager.

## Use cases
- switch app theme at runtime without restarting
- load a dark theme skin package from sd card
- support downloadable skins for my android app
- apply custom color themes to views dynamically
- restore default theme in android app
- theme views created programmatically in android

## When to choose
- you need runtime skin/theme switching on Android via external skin packages
- you want to support user-downloadable themes including views created in code

## When to avoid
- you only need simple day/night mode (use AppCompat DayNight instead)
- you target modern Android with AndroidX and need actively maintained theming
- your project is Kotlin/Compose based

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, mobile-framework, theme
- domain: mobile-development, android-tools, cross-platform
- platform: -
- tags: android, skin-loading, dynamic-theming, runtime-resources, java

## Member repositories
- fengjundev/Android-Skin-Loader (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:29.295199+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-30T07:34:14.209286+00:00, confidence not recorded.
  - readme: https://github.com/fengjundev/Android-Skin-Loader (fetched 2026-08-28T04:07:29.295199+00:00, sha 9483f116821c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
