1 مستودع
Splitting a plugin into multiple smaller packages for incremental loading and dependency management.
Distinct from Pluggable Module Loading: Distinct from Pluggable Module Loading: focuses on splitting a single plugin into segments rather than general loading from directories.
Explore 1 awesome GitHub repository matching software engineering & architecture · Segmented Module Loading. Refine with filters or upvote what's useful.
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
Splits plugin functionality into multiple packages to allow incremental loading and explicit dependency management.