flying-pigeon 是一个IPC 跨进程通信组件,底层是匿名内存+Binder , 突破1MB大小限制,无需写AIDL文件,让实现跨进程通信就像写一个接口一样简单
☆222Mar 9, 2021Updated 5 years ago
Alternatives and similar repositories for flying-pigeon
Users that are interested in flying-pigeon are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 史上最好用的Android跨进程接口调用框架☆121Jun 13, 2020Updated 5 years ago
- 🎀 a lightweight IPC library that can be used to replace AIDL. 一个轻量级的跨进程通信方案,可以用来替代 AIDL☆143Jan 2, 2023Updated 3 years ago
- 基于 MVVMFrame 框架 采用 JetPack (Lifecycle,LiveData,ViewModel,Room) + Dagger + DataBinding + Retrofit + OkHttp + Glide + Kotlin coroutines + …☆36May 12, 2025Updated 10 months ago
- 基于微信 xlog 开源 日志框架☆67Sep 11, 2020Updated 5 years ago
- AgentWeb is a powerful library based on Android WebView.☆9,411Dec 9, 2023Updated 2 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting with the flexibility to host WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Cloudways by DigitalOcean.
- Andromeda simplifies local/remote communication for Android modularization☆2,273Sep 16, 2019Updated 6 years ago
- 一个小众需求下移除 Android 构建中 Jar 包、AAR 包、构建冗余 class 文件的 Gradle 插件。☆166Apr 26, 2018Updated 7 years ago
- Anchors 是一个基于图结构,支持同异步依赖任务初始化 Android 启动框架。其锚点提供 "勾住" 依赖的功能,能灵活解决初始化过程中复杂的同步问题。参考 alpha 并改进其部分细节, 更贴合 Android 启动的场景, 同时支持优化依赖初始化流程, 自动选择…☆835Nov 22, 2022Updated 3 years ago
- 一个Android通用的IPC(进程通信)框架。该项目主要是模仿饿了么开源项目Hermes的设计进行的自我理解改写。☆41Dec 15, 2023Updated 2 years ago
- KVCache 是一个便于统一管理的键值缓存库;支持无缝切换缓存实现☆33May 14, 2025Updated 10 months ago
- 一种全新的android组件化方案,无需下沉公用代码,无需采用路由等硬编码方式分发sdk,独立维护组件暴露的SDK/IMPL,打破官方模块循环且支持组件间互相调用SDK,支持集成组件调试/组件独立运行。A brand new android componentizat…☆252Oct 18, 2024Updated last year
- AppInit 是一款 Android 应用初始化框架,基于组件化的设计思路,功能灵活,使用简单。☆195Dec 10, 2024Updated last year
- A cost-effective Android file downloader☆432Dec 22, 2022Updated 3 years ago
- Android上简单实现四大组件的插件化,供学习使用☆482Dec 30, 2025Updated 2 months ago
- Simple, predictable pricing with DigitalOcean hosting • AdAlways know what you'll pay with monthly caps and flat pricing. Enterprise-grade infrastructure trusted by 600k+ customers.
- 🔥A lightweight AOP(Android) application framework. Includes the most practical AOP applications.(一个轻量级的AOP(Android)应用框架。囊括了最实用的AOP应用)☆741Dec 15, 2023Updated 2 years ago
- Android 进程间通信最牛方案,为简单而生☆293May 12, 2019Updated 6 years ago
- EventBus for Android,消息总线,基于LiveData,具有生命周期感知能力,支持Sticky,支持AndroidX,支持跨进程,支持跨APP☆3,987May 16, 2024Updated last year
- 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
- 🔥 A more convenient solution for cross-process communication in Android.更方便的Android进程通信方案,无需进行bindService()操作,不用定义Service,并支持跨进程的事件总线。☆110Mar 19, 2021Updated 5 years ago
- 零反射全动态Android插件框架☆7,742Updated this week
- 一种在Android上使用JNI修改线程、进程CPU亲和性的示例demo。☆25Jul 20, 2023Updated 2 years ago
- 🔥AIDL实战,使用AIDL+匿名共享内存实现跨进程双向通信和大文件传输。☆105Oct 13, 2025Updated 5 months ago
- 🔥基于堆栈采样,使用函数火焰图的形式展示Android Main Looper的慢消息处理过程,定位阻塞原因☆509Jun 26, 2024Updated last year
- DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- Dispatch queue is an ultra-high performance queue extending Android message queue. Similar to the coroutine, it supports synchronous retu…☆19Mar 7, 2021Updated 5 years ago
- Location 是一个通过 Android 自带的 LocationManager 来实现的定位功能☆88Jul 5, 2025Updated 8 months ago
- 对eventbus,activity栈,fragment栈进行了跨进程适配☆13Jun 1, 2020Updated 5 years ago
- 🔥🔥🔥A lightweight cross-process communication component on Android, Kotlin and Coroutines both supported.☆58Feb 12, 2026Updated last month
- Intimate 提供了友好的 API 让 java 反射的使用更加简单平滑。 其最核心的价值在于 Intimate 将在编译期对 apk 内部代码的调用进行反射优化,完全免除反射的效率问题,使得反射调用就像普通调用一样快捷且无任何代价。☆204Feb 7, 2018Updated 8 years ago
- AppMonitor 可以轻松的监听App的前后台状态变化;Activity的活跃状态变化;设备的开关屏状态变化☆21May 13, 2025Updated 10 months ago
- Library intended to hook Binder interface and manipulate events☆117Sep 28, 2022Updated 3 years ago
- 业界首个支持渐进式组件化改造的Android组件化开源框架,支持跨进程调用。Componentize your android project gradually.☆4,047Oct 11, 2023Updated 2 years ago
- KingKeyboard 是一款灵活好用的自定义键盘,内置多种智能预设模式(包括字母、数字、电话、身份证、车牌号等专用键盘),同时支持完全自定义,轻松满足各种输入场景需求。☆282May 15, 2025Updated 10 months ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- RecyclerView的LayoutManager,轻松实现各种炫酷、特殊效果,再也不怕产品经理为难!☆2,060Oct 29, 2021Updated 4 years ago
- AgentWebX5 是基于腾讯X5 的一个Web库☆440May 5, 2018Updated 7 years ago
- 通过自定义Behavior实现“二楼”效果,兼容所有下拉刷新控件☆63Dec 29, 2019Updated 6 years ago
- 一个使用ASM进行字节码插桩的大图监控框架☆175Aug 6, 2020Updated 5 years ago
- 基于腾讯x5开源库,提高webView开发效率,大概要节约你百分之六十的时间成本。该案例支持处理js的交互逻辑且无耦合、同时暴露进度条加载进度、可以监听异常error状态、支持视频播放并且可以全频、支持加载word,xls,ppt,pdf,txt等文件文档、发短信、打电话、…☆1,767Mar 1, 2022Updated 4 years ago
- ByteX is a bytecode plugin platform based on Android Gradle Transform API and ASM. 字节码插件开发平台☆3,252Jan 20, 2024Updated 2 years ago
- 🔥A Powerful and Streamline MusicLibrary(一个丰富的音乐播放封装库,支持多种音频格式,完美解决你的问题。)☆1,460Jul 3, 2024Updated last year