An open API service indexing awesome lists of open source software.

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

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)

- 效果展示

![Demo下载二维码](https://github.com/bihe0832/Android-Plugin/blob/master/res/theme-host.gif )

## 相关文章