🔥 A more convenient solution for cross-process communication in Android.更方便的Android进程通信方案,无需进行bindService()操作,不用定义Service,并支持跨进程的事件总线。
☆111Mar 19, 2021Updated 4 years ago
Alternatives and similar repositories for CmProcess
Users that are interested in CmProcess are comparing it to the libraries listed below
Sorting:
- 一个Android通用的IPC(进程通信)框架。该项目主要是模仿饿了么开源项目Hermes的设计进行的自我理解改写。☆41Dec 15, 2023Updated 2 years ago
- InterStellar是一个能够适用于多进程的组件通信框架☆16Apr 28, 2018Updated 7 years ago
- Android Sync Binder☆32May 7, 2020Updated 5 years ago
- Android 进程间通信最牛方案,为简单而生☆295May 12, 2019Updated 6 years ago
- 史上最好用的Android跨进程接口调用框架☆122Jun 13, 2020Updated 5 years ago
- An efficient, light, and easy-to-use framework for Android Inter-Process Communication (IPC).☆11Aug 22, 2018Updated 7 years ago
- 安卓跨进程跨app通信框架☆63Mar 26, 2019Updated 6 years ago
- flying-pigeon 是一个IPC 跨进程通信组件,底层是匿名内存+Binder , 突破1MB大小限制,无需写AIDL文件,让实现跨进程通信就像写一个接口一样简单☆222Mar 9, 2021Updated 4 years ago
- 适用于多进程的SharedPreferences☆18Nov 7, 2016Updated 9 years ago
- A IPC Invoker for Android Development.☆201Nov 17, 2021Updated 4 years ago
- 一种支持依赖关系、任务兜底策略的任务调度管理工具。API灵活易用,稳定可靠。轻松提交主线程任务、异步任务。支持周期性任务,顺序执行任务,并行任务等。☆485Jul 31, 2020Updated 5 years ago
- 🔥🔥🔥A lightweight cross-process communication component on Android, Kotlin and Coroutines both supported.☆59Feb 12, 2026Updated 2 weeks ago
- SmartEventBus是一个Android平台的消息总线框架,这是一款非常smart的消息总线框架,能让你定制自己的消息总线。☆159May 16, 2020Updated 5 years ago
- An api compatibility inspect gradle plugin.(一个Api兼容性检测的Gradle插件)☆90Jan 9, 2019Updated 7 years ago
- Service lifecycle and IPC Demo☆11Mar 6, 2017Updated 8 years ago
- 一款高效的组件间通信方案,0反射,仅需简单配置,即可方便的进行组件间通信☆45Apr 12, 2019Updated 6 years ago
- a wrapper for glidev4, a solution for image load and big image preview, debug tool for imageview. image spiders on Android☆239Feb 3, 2025Updated last year
- 一个专注于 Android 视频播放器的基础库,无缝切换内核。(IjkPlayer、ExoPlayer、VlcPlayer、MediaPlayer)☆65May 13, 2025Updated 9 months ago
- Android组件化最佳路由,为简单而生。☆367May 29, 2019Updated 6 years ago
- 安卓android轻量高性能全局悬浮窗,gif动图,圆形阴影,全局显示,保存位置,吸附贴边,小米魅族华为等适配所有机型,无需开启悬浮权限☆414Apr 14, 2021Updated 4 years ago
- 💪 RetrofitHelper是一个支持配置多个BaseUrl,支持动态改变BaseUrl,动态配置超时时长的Retrofit帮助类☆38May 14, 2025Updated 9 months 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
- StatusBarUtils是Android状态栏工具类,支持设置状态栏颜色、设置状态栏沉浸式、状态栏字符颜色深色切换;并对小米、魅族、OPPO等机型进行适配。☆14Apr 23, 2019Updated 6 years ago
- 华为快充动画☆12Mar 9, 2020Updated 5 years ago
- starrtc demo php版完整server api☆14Jan 18, 2019Updated 7 years ago
- lotus is a framework for intereact between views in Android☆73Mar 22, 2018Updated 7 years ago
- 🌠 一个支持多视图和碰撞检测的弹幕库☆342Oct 23, 2019Updated 6 years ago
- Intimate 提供了友好的 API 让 java 反射的使用更加简单平滑。 其最核心的价值在于 Intimate 将在编译期对 apk 内部代码的调用进行反射优化,完全免除反射的效率问题,使得反射调用就像普通调用一样快捷且无任何代价。☆203Feb 7, 2018Updated 8 years ago
- 360的Xposed Hook框架, 支持Android P☆15Mar 19, 2018Updated 7 years ago
- A simple sliding layout view, 一款简单高效的滑动库,模仿MIUI滑动返回或即刻滑动返回功能。☆78Feb 21, 2019Updated 7 years ago
- 消除 Android 项目 Key-Value 样板代码☆77Jul 21, 2023Updated 2 years ago
- 仿抖音,快手,短视频,竖直方向,一次滚动一个页面的封装库。目前支持ViewPager做法,也支持RecyclerView做法……使用ViewPager则只是修改滑动速率,以及滚动翻页过渡时间;使用recyclerView打造丝滑切换视频的功能,更多内容可以看demo☆384Apr 2, 2022Updated 3 years ago
- 一个Android异步数据加载框架,用于Activity打开之前预加载数据,页面启动速度优化利器☆121Nov 23, 2019Updated 6 years ago
- 一款相片小组件应用,可添加多张相片,可以打开应用、链接,支持图片裁剪、组件圆角以及边距调整。☆41Oct 17, 2025Updated 4 months ago
- Anchors 是一个基于图结构,支持同异步依赖任务初始化 Android 启动框架。其锚点提供 "勾住" 依赖的功能,能灵活解决初始化过程中复杂的同步问题。参考 alpha 并改进其部分细节, 更贴合 Android 启动的场景, 同时支持优化依赖初始化流程, 自动选择…☆834Nov 22, 2022Updated 3 years ago
- ☆11Feb 16, 2021Updated 5 years ago
- Blog lsieun.github.io☆13Updated this week
- Android跨进程WebView组件☆15Mar 31, 2019Updated 6 years ago
- Android indicator for ViewPagers and so forth☆21Oct 15, 2019Updated 6 years ago