简化android跨进程调用,无需aidl、service、messenger等,只需定义任意接口,并实现接口即可。
☆247Oct 21, 2016Updated 9 years ago
Alternatives and similar repositories for Android-ServiceManager
Users that are interested in Android-ServiceManager are comparing it to the libraries listed below
Sorting:
- Android插件框架,免安装运行插件APK ,支持独立插件和非独立插件☆1,821Oct 21, 2025Updated 4 months ago
- A smart, novel and easy-to-use framework for Android Inter-Process Communication (IPC). (简单易用的安卓进程间通信IPC框架)☆1,275Jun 21, 2022Updated 3 years ago
- A library for using EventBus between processes, useful in the IPC or plugin development.☆1,613May 18, 2017Updated 8 years ago
- Android下载管理器,从Android6.0源码中分离出来可独立使用的下载管理器, 基本用法与官方API相同☆21Jan 20, 2017Updated 9 years ago
- A flexible, powerful and lightweight plugin framework for Android☆763Aug 19, 2019Updated 6 years ago
- GuouoCircle 果果圈段子APP☆17Sep 20, 2016Updated 9 years ago
- 合理优雅的进程保活方式☆1,611Jun 12, 2016Updated 9 years ago
- AndLinker is a IPC library for Android, which combines the features of AIDL and Retrofit. Allows IPC call seamlessly compose with RxJava …☆499Sep 6, 2024Updated last year
- Android 4.2前后JS与Native安全交互☆26Sep 22, 2016Updated 9 years ago
- Android开发辅助工具fps,topActivity,activity启动耗时,电量cpu内存分析。适配全机型悬浮窗权限。☆426Apr 30, 2019Updated 6 years ago
- 成熟易懂的Android插件补丁框架(可直接商业化的项目,日活千万级项目多年使用验证稳定)☆1,019Oct 17, 2018Updated 7 years ago
- An easy-to-use and high-performance library for storing data in the Android system.☆118May 16, 2023Updated 2 years ago
- SPI (Service Provider Interface) 助力 Android 组件化开发☆13May 24, 2020Updated 5 years ago
- 一个android平台的基于订阅-发布模式的消息框架,支持跨进程消息通信☆15Aug 2, 2018Updated 7 years ago
- 一种支持依赖关系、任务兜底策略的任务调度管理工具。API灵活易用,稳定可靠。轻松提交主线程任务、异步任务。支持周期性任务,顺序执行任务,并行任务等。☆485Jul 31, 2020Updated 5 years ago
- 🎀 a lightweight IPC library that can be used to replace AIDL. 一个轻量级的跨进程通信方案,可以用来替代 AIDL☆143Jan 2, 2023Updated 3 years ago
- A lite library, you can make your project depend it easily, and your project will be UNDEAD (contains api from 9 to 23, lol).☆3,153Mar 19, 2016Updated 9 years ago
- flying-pigeon 是一个IPC 跨进程通信组件,底层是匿名内存+Binder , 突破1MB大小限制,无需写AIDL文件,让实现跨进程通信就像写一个接口一样简单☆222Mar 9, 2021Updated 4 years ago
- A service manager for android which like android.os.ServiceManager, but root is not necessary☆33Mar 30, 2016Updated 9 years ago
- For resolve the layout conflict when keybord & panel are switching (Android键盘面板冲突 布局闪动处理方案)☆4,186Aug 18, 2020Updated 5 years ago
- Andromeda simplifies local/remote communication for Android modularization☆2,273Sep 16, 2019Updated 6 years ago
- 一个拓展性极强的Android任务执行框架。可自由定义和组合任务来实现你想要的功能,尤其适用于处理复杂的业务流程,可灵活添加前置任务或者调整执行顺序。例如:应用的启动初始化流程。☆151Mar 12, 2024Updated last year
- 一个Android通用的IPC(进程通信)框架。该项目主要是模仿饿了么开源项目Hermes的设计进行的自我理解改写。☆41Dec 15, 2023Updated 2 years ago
- Android-skin-support is an easy dynamic skin framework to use for Android, Only one line of code to integrate it. Android 换肤框架, 极低的学习成本,…☆6,517Sep 3, 2020Updated 5 years ago
- 🔥🔥Qigsaw ['tʃɪɡsɔ] is a dynamic modularization library which is based on Android App Bundles(Do not need Google Play Service). It suppo…☆1,691Oct 25, 2023Updated 2 years ago
- A small framework to split app into small parts☆5,046Sep 23, 2023Updated 2 years ago
- android tiny png plugin☆28Nov 19, 2018Updated 7 years ago
- 一种处理嵌套和非嵌套滑动冲突的解决方案☆264Dec 17, 2021Updated 4 years ago
- A powerful Android Dynamic Component Framework.☆8,163Jan 27, 2022Updated 4 years ago
- [Deprecated] Android,multidex,splitdex,分包插件☆973Jan 20, 2019Updated 7 years ago
- A plugin framework on android,Run any third-party apk without installation, modification or repackage☆6,977Jun 6, 2024Updated last year
- Android 端代码查看器☆12Apr 21, 2022Updated 3 years ago
- Samples & Notes for Dynamic Loading Dev in Android.☆19Mar 8, 2018Updated 7 years ago
- 用于快速找到高耗时方法,定位解决Android App卡顿问题。通过gradle plugin+ASM实现可配置范围的方法插桩来统计所有方法的耗时,并提供友好的界面展示,支持耗时筛选、线程筛选、方法名筛选等。(A Tool for Discovering High Time…☆1,654Feb 23, 2021Updated 5 years ago
- Android端心跳服务与进程保活☆297Aug 10, 2018Updated 7 years ago
- 🔥 xCrash provides the Android app with the ability to capture java crash, native crash and ANR. No root permission or any system permiss…☆3,921Jun 27, 2025Updated 8 months ago
- Alpha是一个基于PERT图构建的Android异步启动框架,它简单,高效,功能完善。 在应用启动的时候,我们通常会有很多工作需要做,为了提高启动速度,我们会尽可能让这些工作并发进行。但这些工作之间可能存在前后依赖的关系,所以我们又需要想办法保证他们执行顺序的正确性。Al…☆1,958Dec 14, 2018Updated 7 years ago
- 🔌 Android plugin development library (Frontia) and tech introductions, which means that you can upgrade your Android APP or fix emergent…☆1,080Oct 1, 2020Updated 5 years ago
- 零反射全动态Android插件框架☆7,722Feb 14, 2026Updated last week