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