https://github.com/bihe0832/android-plugin
dynamic load an apk as a plugin of host app
https://github.com/bihe0832/android-plugin
android plugin skins theme
Last synced: 2 months ago
JSON representation
dynamic load an apk as a plugin of host app
- Host: GitHub
- URL: https://github.com/bihe0832/android-plugin
- Owner: bihe0832
- Created: 2017-03-07T07:57:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-28T09:48:09.000Z (over 8 years ago)
- Last Synced: 2025-06-02T11:01:42.796Z (4 months ago)
- Topics: android, plugin, skins, theme
- Language: Java
- Size: 2.08 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 背景
该开源项目主要介绍几种常见的Android的插件化实现方式及其对应的使用场景。
**暂时搭建一个项目框架,后续会陆续完善相关代码及原理和代码解析**
## 项目简介
### 目录介绍├── res :项目相关资源文件
│ └── theme-host.apk :换肤插件的宿主apk
└── theme:换肤插件相关工程### 项目介绍
#### theme
- 项目介绍
[https://github.com/bihe0832/Android-Plugin/tree/master/theme](https://github.com/bihe0832/Android-Plugin/tree/master/theme)
- 效果展示
## 相关文章