深入理解Android Gradle
☆395Nov 23, 2019Updated 6 years ago
Alternatives and similar repositories for android-gradle-study
Users that are interested in android-gradle-study are comparing it to the libraries listed below
Sorting:
- EventBus for Android,消息总线,基于LiveData,具有生命周期感知能力,支持Sticky,支持AndroidX,支持跨进程,支持跨APP☆3,982May 16, 2024Updated last year
- 用于快速找到高耗时方法,定位解决Android App卡顿问题。通过gradle plugin+ASM实现可配置范围的方法插桩来统计所有方法的耗时,并提供友好的界面展示,支持耗时筛选、线程筛选、方法名筛选等。(A Tool for Discovering High Time…☆1,654Feb 23, 2021Updated 5 years ago
- 一个Android平台的高性能key-value组件,读写性能远超SharedPreferences☆344Nov 8, 2019Updated 6 years ago
- 功能简介:一种开发帮助产品研发的效率工具。主要提供了:页面分析、任务分析、网络分析、DataDump、自定义hook 、Data Explorer 等功能。以帮助开发、测试、UI 等同学更便捷的排查和定位问题,提升开发效率。☆413Nov 2, 2020Updated 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跨进程接口调用框架☆122Jun 13, 2020Updated 5 years ago
- Android Asm 插桩 教学☆1,060Sep 13, 2022Updated 3 years ago
- A lightweight and fast AOP framework for Android App and SDK developers☆2,206Aug 26, 2023Updated 2 years ago
- 一种支持依赖关系、任务兜底策略的任务调度管理工具。API灵活易用,稳定可靠。轻松提交主线程任务、异步任务。支持周期性任务,顺序执行任务,并行任务等。☆485Jul 31, 2020Updated 5 years ago
- 🚀Optimizer for mobile applications☆5,062Feb 4, 2026Updated last month
- Increase layout loading speed 200%☆2,592Jan 8, 2021Updated 5 years ago
- Alpha是一个基于PERT图构建的Android异步启动框架,它简单,高效,功能完善。 在应用启动的时候,我们通常会有很多工作需要做,为了提高启动速度,我们会尽可能让这些工作并发进行。但这些工作之间可能存在前后依赖的关系,所以我们又需要想办法保证他们执行顺序的正确性。Al…☆1,958Dec 14, 2018Updated 7 years ago
- Android Gradle Plugin -- Auto Check big image and compress image in building.☆1,209Aug 31, 2021Updated 4 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,923Jun 27, 2025Updated 8 months ago
- 【Android 修炼手册】☆960Jan 2, 2021Updated 5 years ago
- Anchors 是一个基于图结构,支持同异步依赖任务初始化 Android 启动框架。其锚点提供 "勾住" 依赖的功能,能灵活解决初始化过程中复杂的同步问题。参考 alpha 并改进其部分细节, 更贴合 Android 启动的场景, 同时支持优化依赖初始化流程, 自动选择…☆834Nov 22, 2022Updated 3 years ago
- 一个使用ASM进行字节码插桩的大图监控框架☆173Aug 6, 2020Updated 5 years ago
- ADI(Android Debug Intensive) 是通过 JVMTI 实现的 Android 应用开发调试的增强工具集,目前主要提供性能相关的监控能力。☆316Apr 21, 2022Updated 3 years ago
- AppInit 是一款 Android 应用初始化框架,基于组件化的设计思路,功能灵活,使用简单。☆195Dec 10, 2024Updated last year
- BoostMultiDex is a solution for quickly loading multiple dex files on low Android version devices (4.X and below, SDK <21).☆1,201May 12, 2022Updated 3 years ago
- A fast, incremental, concurrent framework to develop compile plugin for android project to manipulate bytecode☆1,416Sep 10, 2022Updated 3 years ago
- Composing builds 和 buildSrc 优势劣势对比,仓库提供了 buildSrc 和 Composing builds 两个构建脚本,下文有使用方法,如果对你有帮助,请在右上角 star 一下,感谢☆400Aug 9, 2023Updated 2 years ago
- 一种全新的android组件化方案,无需下沉公用代码,无需采用路由等硬编码方式分发sdk,独立维护组件暴露的SDK/IMPL,打破官方模块循环且支持组件间互相调用SDK,支持集成组件调试/组件独立运行。A brand new android componentizat…☆252Oct 18, 2024Updated last year
- 基于字节码插桩,在Android中实现跨module自动注册的gradle插件,可用于模块解耦。已应用于ARouter和CC☆1,126Mar 14, 2023Updated 2 years ago
- 零反射全动态Android插件框架☆7,722Feb 14, 2026Updated 2 weeks ago
- KOOM is an OOM killer on mobile platform by Kwai.☆3,357Jan 12, 2026Updated last month
- Android 进阶☆2,560Jun 19, 2023Updated 2 years ago
- Pre-load data for android Activity/Fragment/View (android页面启动速度优化利器:在页面打开之前就预加载数据)☆1,513Aug 22, 2018Updated 7 years ago
- Dynamic java method AOP hook for Android(continution of Dexposed on ART), Supporting 5.0~11☆4,541Jul 22, 2023Updated 2 years ago
- WMRouter是一款Android路由框架,基于组件化的设计思路,有功能灵活、使用简单的特点。☆2,357Jan 27, 2026Updated last month
- 难得一见 Jetpack MVVM 最佳实践。在 "以简驭繁" 代码中,对 "视图控制器" 乃至 "标准化开发模式" 形成正确、深入理解。☆8,953Feb 7, 2024Updated 2 years ago
- 致力于分享一系列 Android 10 系统源码,持续更新中...... 如果对你有帮助,请在右上角 star 一下,感谢☆358May 23, 2022Updated 3 years ago
- 滴滴Booster移动APP质量优化框架 学习之旅Study☆86Jun 26, 2019Updated 6 years ago
- Andromeda simplifies local/remote communication for Android modularization☆2,273Sep 16, 2019Updated 6 years ago
- ConsecutiveScrollerLayout是Android下支持多个滑动布局(RecyclerView、WebView、ScrollView等)和普通控件(TextView、ImageView、LinearLayou、自定义View等)持续连贯滑动的容器,它使所有的…☆2,890Mar 28, 2023Updated 2 years ago
- 每工作日更新一道 Android 面试题,小聚成河,大聚成江,共勉之~☆5,605Apr 15, 2023Updated 2 years ago
- Android 自动检测资源冲突的gradle 插件(An Android Gradle Plugin For Checking Conflict Resources)☆235Nov 28, 2019Updated 6 years ago
- 本仓库致力于建立最全、最新的的 AndroidX Jetpack 相关组件的实践项目 以及组件对应的分析文章(持续更新中)如果对你有帮助,请在右上角 star 一下,感谢☆1,501May 8, 2022Updated 3 years ago
- A lightweight Android Studio gradle plugin based on Javassist for editing bytecode in Android.☆902Feb 7, 2021Updated 5 years ago