awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjektÜber unsHow we rankPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesPlugin Process Management

Optimizing Android system performance through the automated management and recycling of plugin-specific processes.

Distinct from Android Performance Optimizations: Focuses on the recycling of idle plugin processes for memory optimization, rather than general binary size reduction.

Explore 1 awesome GitHub repository matching mobile development · Plugin Process Management. Refine with filters or upvote what's useful.

Awesome Plugin Process Management GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • droidpluginteam/droidpluginAvatar von DroidPluginTeam

    DroidPluginTeam/DroidPlugin

    6,971Auf GitHub ansehen↗

    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

    Optimizes system performance by automatically recycling idle plugin processes to minimize overall memory consumption.

    Javaandroiddroid-pluginhook
    Auf GitHub ansehen↗6,971
  1. Home
  2. Mobile Development
  3. Android Performance Optimizations
  4. Plugin Process Management