通过注解实现路由跳转规则 同时增加ksp支持
☆182Feb 7, 2023Updated 3 years ago
Alternatives and similar repositories for Router-Android
Users that are interested in Router-Android are comparing it to the libraries listed below
Sorting:
- gradle repo includeBuild☆143Jan 4, 2023Updated 3 years ago
- Android Asm 插桩 教学☆1,060Sep 13, 2022Updated 3 years ago
- Android 自定义lint教学☆115Nov 10, 2022Updated 3 years ago
- 模块化启动框架☆142Feb 11, 2022Updated 4 years ago
- 究极工具人☆14Feb 8, 2021Updated 5 years ago
- 插件大集合,基于 AGP 7.X ,目前有 🔥 1、依赖检查插件 🐢 2、组件上传插件 😁 3、GAV 替换 module 插件 🏃🏻♀️4、资源冲突检查插件 🍰 5、权限管控插件 ⛰6、Class 分析插件☆144Sep 13, 2023Updated 2 years ago
- 适用于Android项目的Gradle插件,用来增量编译class和生成增量dex。跟自带的增量编译Task(assemble)的区别是:这个插件只会编译源文件,不做其他多余的动作☆129Jul 22, 2021Updated 4 years ago
- 通过Parcel copy的方式深copy数据 DiffUtil抽象☆36Aug 9, 2022Updated 3 years ago
- A Lightweight Framework for Code Generating☆60Jun 20, 2022Updated 3 years ago
- An artifact repository to assist writing Gradle Plugins for Android build system.☆88Dec 28, 2023Updated 2 years ago
- 🔥🔥 android 端编译加速插件🚀 动态识别未改动 module 并在编译流程中替换为 aar ,只编译改动模块,加速 Android apk 的编译速度。☆881Mar 23, 2023Updated 2 years ago
- 监控隐私权限的方法调用,like小米应用行为记录☆301Feb 7, 2023Updated 3 years ago
- 取名来自奥特曼奈克萨斯☆24Dec 12, 2022Updated 3 years ago
- 自己常用的一些工具的合集☆230May 14, 2022Updated 3 years ago
- Android 组件生命周期分发框架,适用于组件化,模块化,启动优化等场景☆21Oct 17, 2021Updated 4 years ago
- 🚧 Yet another Klipper client for multiplatform☆20Sep 8, 2023Updated 2 years ago
- Aggregate Kotlin Symbols from multi-modules in compile-time.☆64Jul 18, 2022Updated 3 years ago
- Composing builds 和 buildSrc 优势劣势对比,仓库提供了 buildSrc 和 Composing builds 两个构建脚本,下文有使用方法,如果对你有帮助,请在右上角 star 一下,感谢☆400Aug 9, 2023Updated 2 years ago
- base on camreaX and zxing finish scaner☆20May 29, 2020Updated 5 years ago
- this is an android lint analyzer,supports increment and configuration files☆287Mar 17, 2022Updated 4 years ago
- ☆302May 31, 2021Updated 4 years ago
- Android 自动检测资源冲突的gradle 插件(An Android Gradle Plugin For Checking Conflict Resources)☆234Nov 28, 2019Updated 6 years ago
- Anchors 是一个基于图结构,支持同异步依赖任务初始化 Android 启动框架。其锚点提供 "勾住" 依赖的功能,能灵活解决初始化过程中复杂的同步问题。参考 alpha 并改进其部分细节, 更贴合 Android 启动的场景, 同时支持优化依赖初始化流程, 自 动选择…☆835Nov 22, 2022Updated 3 years ago
- ByteX is a bytecode plugin platform based on Android Gradle Transform API and ASM. 字节码插件开发平台☆3,251Jan 20, 2024Updated 2 years ago
- 辅助Android开发者在多模块工程间跨模块获取接口(或抽象类)的实现类的开源库,可实现模块的顺序初始化、业务的动态组合等实现。基于AGP和ASM开发。☆53Dec 2, 2023Updated 2 years ago
- Kace: Kotlin Android Compatible Extensions, a framework for assisting in the seamless migration from kotlin-android-extensions☆295Jan 21, 2026Updated 2 months ago
- 💥 Android multi-module task startup solution☆13Oct 22, 2021Updated 4 years ago
- 🚀Optimizer for mobile applications☆5,063Updated this week
- A monitor & controller for Android sensitive permissions/api calls based on bytecode transformation.☆16Dec 30, 2023Updated 2 years ago
- 本仓库致力于致力于分享一系列精选国外的技术文章(持续更新)☆182Nov 15, 2022Updated 3 years ago
- 用于快速找到高耗时方法,定位解决Android App卡顿问题。通过gradle plugin+ASM实现可配置范围的方法插桩来统计所有方法的耗时,并提供友好的界面展示,支持耗时筛选、线程筛选、方法名筛选等。(A Tool for Discovering High Time…☆1,653Feb 23, 2021Updated 5 years ago
- A lightweight and fast AOP framework for Android App and SDK developers☆2,212Aug 26, 2023Updated 2 years ago
- 一个使用ASM进行字节码插桩的大图监控框架☆175Aug 6, 2020Updated 5 years ago
- 零反射全动态Android插件框架☆7,735Updated this week
- fragmject is a learning project prepared for Kotlin and Jetpack Compose. | fragmject 是一个为初学者准备的上手项目。 通过对 Kotlin 和 Compose 的系统运用,实现的一个功能完备…☆1,457Mar 12, 2026Updated last week
- 解决 Sharedpreferences 造成的主线程阻塞问题,避免应用因此造成ANR问题,降低ANR率☆100Oct 8, 2024Updated last year
- 一种全新的android组件化方案,无需下沉公用代码,无需采用路由等硬编码方式分发sdk,独立维护组件暴露的SDK/IMPL,打破官方模块循环且支持组件间互相调用SDK,支持集成组件调试/组件独立运行。A brand new android componentizat…☆252Oct 18, 2024Updated last year
- android 私有api调用检测☆58Jun 6, 2019Updated 6 years ago
- ActivityMessenger,借助Kotlin特性,简化Activity之间传参和回调的逻辑代码。☆55May 15, 2021Updated 4 years ago