Shadow is an Android plug-in framework independently developed by Tencent, which has been tested by hundreds of millions of online users. Shadow not only shares the key code of plug-in technology with open source, but also completely shares all the designs required for online deployment. Reuse the source code of the independent installation App. The source code of the plug-in App can be installed and run normally. Zero reflection and no Hack implementation of plug-in technology. In theory, it has been determined that there is no need for compatible development of any system, and there is no hidden API call, which does not conflict with Google's strategy of restricting access to non-public SDK interfaces. It is difficult to implement a perfect plug-in framework at one time, but Shadow makes all these implementations dynamic so that the code of the plug-in framework becomes part of the plug-in.
Features
- Four components
- Fragment (code addition and Xml addition)
- DataBinding (no special support required, but verified to work)
- Using Plugin Services Across Processes
- Customize Theme
- Plugin access host class