awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

Awesome GitHub RepositoriesDynamic Android Component Loading

Runtime loading of Android-specific components (Activities, Services) from external binaries while preserving system behavior.

Distinct from Dynamic Library Loading: Distinct from Dynamic Library Loading: specifically handles Android system components and their task affinity.

Explore 5 awesome GitHub repositories matching operating systems & systems programming · Dynamic Android Component Loading. Refine with filters or upvote what's useful.

Awesome Dynamic Android Component Loading GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • didi/virtualapkdidi का अवतार

    didi/VirtualAPK

    9,055GitHub पर देखें↗

    VirtualAPK is an Android plugin framework and runtime environment designed to load and execute external Android packages dynamically. It functions as a component host that allows a main application to run activities, services, and providers delivered via external modules without requiring system installation or manifest registration. The framework enables dynamic feature delivery by loading external packages at runtime, allowing application functionality to be updated without redeploying the entire app. It provides a mechanism for Android sandbox execution, running isolated components within

    Executes external Android packages dynamically at runtime without requiring registration in the application manifest.

    Java
    GitHub पर देखें↗9,055
  • alibaba/atlasalibaba का अवतार

    alibaba/atlas

    8,149GitHub पर देखें↗

    Atlas is a modularization system and dynamic component framework for Android. It functions as a class isolation layer and incremental update engine, allowing application logic and resources to be decoupled into independent bundles that are loaded at runtime. The project distinguishes itself by providing physical bundle isolation through custom class loaders to prevent dependency conflicts and bypass method count limits. It enables the deployment of remote components and incremental patches, using bytecode diffs and resource patching to update specific application parts without requiring a ful

    Loads Android-specific business logic and resources from external binaries at runtime to optimize memory and startup.

    Javaandroidatlasdynamic
    GitHub पर देखें↗8,149
  • tencent/shadowTencent का अवतार

    Tencent/Shadow

    7,772GitHub पर देखें↗

    Shadow is an Android plugin framework designed to dynamically load and execute Android components and native libraries from external modules into a host application. It functions as a dynamic component loader that integrates activities, services, and broadcast receivers without requiring modifications to the host application code. The system includes a native library loader to execute C/C++ binary files from plugin modules directly within the host process. It also features a module dependency manager that supports segmented loading and explicit dependency chains across multiple plugin package

    Integrates activities, services, and broadcast receivers from remote plugins without modifying host application code.

    Javaandroid
    GitHub पर देखें↗7,772
  • qihoo360/repluginQihoo360 का अवतार

    Qihoo360/RePlugin

    7,346GitHub पर देखें↗

    RePlugin is an Android plugin framework and component orchestrator designed to load external activities, services, and receivers into an application without updating the main binary. It functions as a dynamic feature delivery system that decouples application modules into independent plugins. The framework provides a communication bridge for bidirectional data exchange between the host application and external plugins, as well as inter-plugin synchronization. It manages the entire plugin lifecycle, including installation, version management, and integrity verification to ensure the safety of

    Executes activities, services, and receivers from separate binaries while maintaining native Android system behavior and task affinity.

    Java
    GitHub पर देखें↗7,346
  • droidpluginteam/droidpluginDroidPluginTeam का अवतार

    DroidPluginTeam/DroidPlugin

    6,971GitHub पर देखें↗

    DroidPlugin is an Android plugin framework designed to execute third-party APKs and native binaries without requiring installation or modifications to the host application manifest. It provides a native binary plugin host that allows the loading of C and C++ binaries through native hooks to extend core application functionality. The framework utilizes a component router to direct activities and services to external plugins, bypassing the need for manual registration in the host manifest. It further decouples external activities from the host lifecycle through a proxy-based mechanism. The sys

    Enables runtime loading of Android components from external APKs without requiring installation or manifest registration.

    Javaandroiddroid-pluginhook
    GitHub पर देखें↗6,971
  1. Home
  2. Operating Systems & Systems Programming
  3. Dynamic Library Loading
  4. Dynamic Android Component Loading