awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesAndroid Resource Isolation

Mechanisms for managing independent resource sets and contexts within plugins to maintain OS version compatibility.

Distinct from Android Resource Systems: Shortlist candidates focus on packing or binding, not the isolation of resources across dynamic plugins.

Explore 2 awesome GitHub repositories matching mobile development · Android Resource Isolation. Refine with filters or upvote what's useful.

Awesome Android Resource Isolation GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • qihoo360/repluginAvatar Qihoo360

    Qihoo360/RePlugin

    7,346Vezi pe GitHub↗

    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

    Manages independent resources and contexts within plugins to ensure compatibility across different operating system versions.

    Java
    Vezi pe GitHub↗7,346
  • droidpluginteam/droidpluginAvatar DroidPluginTeam

    DroidPluginTeam/DroidPlugin

    6,971Vezi pe GitHub↗

    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

    Separates memory and system resources between the host and plugins to prevent conflicts and ensure independent access.

    Javaandroiddroid-pluginhook
    Vezi pe GitHub↗6,971
  1. Home
  2. Mobile Development
  3. Android Resource Isolation