🚀基于Litho的Android高性能动态业务容器。
☆359Dec 2, 2020Updated 5 years ago
Alternatives and similar repositories for Flexml
Users that are interested in Flexml are comparing it to the libraries listed below
Sorting:
- 🔥🔥Qigsaw ['tʃɪɡsɔ] is a dynamic modularization library which is based on Android App Bundles(Do not need Google Play Service). It suppo…☆1,693Oct 25, 2023Updated 2 years ago
- Anchors 是一个基于图结构,支持同异步依赖任务初始化 Android 启动框架。其锚点提供 "勾住" 依赖的功能,能灵活解决初始化过程中复杂的同步问题。参考 alpha 并改进其部分细节, 更贴合 Android 启动的场景, 同时支持优化依赖初始化流程, 自动选择…☆834Nov 22, 2022Updated 3 years ago
- 一种全新的android组件化方案,无需下沉公用代码,无需采用路由等硬编码方式分发sdk,独立维护组件暴露的SDK/IMPL,打破官方模块循环且支持组件间互相调用SDK,支持集成组件调试/组件独立运行。A brand new android componentizat…☆252Oct 18, 2024Updated last year
- Alpha是一个基于PERT图构建的Android异步启动框架,它简单,高效,功能完善。 在应用启动的时候,我们通常会有很多工作需要做,为了提高启动速度,我们会尽可能让这些工作并发进行。但这些工作之间可能存在前后依赖的关系,所以我们又需要想办法保证他们执行顺序的正确性。Al…☆1,957Dec 14, 2018Updated 7 years ago
- 🚀Optimizer for mobile applications☆5,061Feb 4, 2026Updated last month
- ADI(Android Debug Intensive) 是通过 JVMTI 实现的 Android 应用开发调试的增强工具集,目前主要提供性能相关的监控能力。☆316Apr 21, 2022Updated 3 years ago
- DreamBox是一个为客户端开发者打造的统一视图开发框架,具有性能好、可动态更新的特点☆171Mar 2, 2021Updated 5 years ago
- ByteX is a bytecode plugin platform based on Android Gradle Transform API and ASM. 字节码插件开发平台☆3,249Jan 20, 2024Updated 2 years ago
- 用于快速找到高耗时方法,定位解决Android App卡顿问题。通过gradle plugin+ASM实现可配置范围的方法插桩来统计所有方法的耗时,并提供友好的界面展示,支持耗时筛选、线程筛选、方法名筛选等。(A Tool for Discovering High Time…☆1,653Feb 23, 2021Updated 5 years ago
- Android Single Activity Framework compatible with Fragment.☆2,388Nov 13, 2025Updated 3 months ago
- 零反射全动态Android插件框架☆7,732Updated this week
- KOOM is an OOM killer on mobile platform by Kwai.☆3,358Jan 12, 2026Updated last month
- A fast, incremental, concurrent framework to develop compile plugin for android project to manipulate bytecode☆1,416Sep 10, 2022Updated 3 years ago
- 将本地的项目同步到远程设备,本地写代码,远程编译,将编译的结果同步到本地☆211Apr 6, 2023Updated 2 years ago
- 一种支持依赖关系、任务兜底策略的任务调度管理工具。API灵活易用,稳定可靠。轻松提交主线程任务、异步任务。支持周期性任务,顺序执行任务,并行任务等。☆485Jul 31, 2020Updated 5 years ago
- 在用户规模千万级别的app中验证过,稳定无兼容问题,5分钟让你的SDK拥有热修复能力。A SDK hotfix library with stable verified in tens of millions of users can be accessed in only…☆646Mar 21, 2021Updated 4 years ago
- Andromeda simplifies local/remote communication for Android modularization☆2,273Sep 16, 2019Updated 6 years ago
- 🔥 🔥 android 端编译加速插件🚀 动态识别未改动 module 并在编译流程中替换为 aar ,只编译改动模块,加速 Android apk 的编译速度。☆881Mar 23, 2023Updated 2 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,924Jun 27, 2025Updated 8 months ago
- A flexible, powerful and lightweight plugin framework for Android☆763Aug 19, 2019Updated 6 years ago
- Android Asm 插桩 教学☆1,060Sep 13, 2022Updated 3 years ago
- Hardcoder is a solution which allows Android APP and Android System to communicate with each other directly, solving the problem that And…☆2,208Aug 17, 2023Updated 2 years ago
- AopArms编写了Android开发中常用的一套注解,如日志、异步处理、缓存、SP、延迟操作、定时任务、重试机制、try-catch安全机制、过滤频繁点击、拦截、埋点统计、全局性能监控(每个方法耗时时长)等,后续还会有更多更强大的注解功能加入☆532Dec 9, 2019Updated 6 years ago
- 🔥A lightweight AOP(Android) application framework. Includes the most practical AOP applications.(一个轻量级的AOP(Android)应用框架。囊括了最实用的AOP应用)☆740Dec 15, 2023Updated 2 years ago
- A lightweight and fast AOP framework for Android App and SDK developers☆2,207Aug 26, 2023Updated 2 years ago
- WMRouter是一款Android路由框架,基于组件化的设计思路,有功能灵活、使用简单的特点。☆2,359Jan 27, 2026Updated last month
- A Android gradle plugin that effects AspectJ on Android project and can hook methods in Kotlin, aar and jar file.☆3,971Sep 15, 2021Updated 4 years ago
- Android Gradle Plugin -- Auto Check big image and compress image in building.☆1,209Aug 31, 2021Updated 4 years ago
- Increase layout loading speed 200%☆2,594Jan 8, 2021Updated 5 years ago
- A light way to build UI in custom XML.☆1,455Jul 14, 2021Updated 4 years ago
- 基于字节码插桩,在Android中实现跨module自动注册的gradle插件,可用于模块解耦。已应用于ARouter和CC☆1,127Mar 14, 2023Updated 2 years ago
- 业界首个支持渐进式组件化改造的Android组件化开源框架,支持跨进程调用。Componentize your android project gradually.☆4,049Oct 11, 2023Updated 2 years ago
- Tangram is a modular UI solution for building native page dynamically including Tangram for Android, Tangram for iOS and even backend CMS…☆4,106Jul 14, 2021Updated 4 years ago
- A framework that helps the keyboard smoothly transition to the function panel 一个帮助键盘平稳过渡到功能面板的框架,支持动画无缝衔接,支持 activity/fragment/dialo…☆2,428Aug 4, 2025Updated 7 months ago
- Powerful, comprehensive (Android) application performance management platform. 360线上移动性能检测平台☆2,697May 9, 2019Updated 6 years ago
- Phantom — 唯一零 Hook 稳定占坑类 Android 热更新插件化方案☆1,365Jul 19, 2019Updated 6 years ago
- A declarative framework for building efficient UIs on Android.☆7,779Mar 2, 2026Updated last week
- Intimate 提供了友好的 API 让 java 反射的使用更加简单平滑。 其最核心的价值在于 Intimate 将在编译期对 apk 内部代码的调用进行反射优化,完全免除反射的效率问题,使得反射调用就像普通调用一样快捷且无任何代价。☆204Feb 7, 2018Updated 8 years ago
- 插件大集合,基于 AGP 7.X ,目前有 🔥 1、依赖检查插件 🐢 2、组件上传插件 😁 3、GAV 替换 module 插件 🏃🏻♀️4、资源冲突检查插件 🍰 5、权限管控插件 ⛰6、Class 分析插件☆144Sep 13, 2023Updated 2 years ago