Giter VIP home page Giter VIP logo

android-dynamic-load-awesome's Introduction

Any pull request is WELCOME.

Here is the Chinese version: 中文版

Dynamic load uninstalled APK (also called plugin)

  1. https://github.com/Qihoo360/DroidPlugin

    A plugin framework on android, run any third-party apk without installation, modification or repackage

    Both English and Chinese documents are avaiable, powered by @Qihoo360.

  2. https://github.com/houkx/android-pluginmgr

    Less code invade, but sadly, it is a Eclipse-style project.

  3. https://github.com/singwhatiwanna/dynamic-load-apk

    The plugin APK should obay some standard, only chinese document available now.

  4. https://github.com/CtripMobile/DynamicAPK

    Likely from Taobao's Atlas solution, completely transparent to plugin developer, each plugin module can run standalone. Both English and Chinese documents are avaiable.

Hot Fix

  1. https://github.com/alibaba/Andfix

    Method replacement, well document, powered by @alibaba

  2. https://github.com/alibaba/dexposed

    Method injection(before, after, replace), well document, powered by @alibaba, based on the work of open-source Xposed framework project. Only support Dalvik.

  3. https://github.com/bunnyblue/DroidFix

    Only Chinese document. Whole class replace.

  4. https://github.com/dodola/HotFix

    Only Chinese document. Whole class replace.

  5. https://github.com/jasonross/Nuwa

    Well documented in English. Pure java implementation. Whole class replace.

    DroidFix, HotFix, Nuwa used the same principle (pathClassLoader, dexElement).

Skin

  1. https://github.com/hongyangAndroid/AndroidChangeSkin

  2. https://github.com/fengjundev/Android-Skin-Loader

Others

  1. https://github.com/mmin18/AndroidDynamicLoader

    A plugin system that runs like a browser, but instead of load web pages, it load plugins which runs natively on Android system.

  2. https://github.com/bunnyblue/ACDD

    ACDD,Android Component Dynamic Deployment(plugin)

  3. https://github.com/CtripMobile/DynamicAPK

    ACDD Style Component Dynamic Deployment Solution

Posts

android-dynamic-load-awesome's People

Contributors

jacksgong avatar liaohuqiu avatar spongebobsun avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.