Android 性能优化实践
☆174Oct 4, 2023Updated 2 years ago
Alternatives and similar repositories for android-performance
Users that are interested in android-performance are comparing it to the libraries listed below
Sorting:
- a library for android app handle crash☆226Nov 19, 2023Updated 2 years ago
- AppOptimizeFramework☆115Nov 18, 2025Updated 4 months ago
- allocate bitmap in native heap(Android 6.x - 7.x)☆47Aug 29, 2024Updated last year
- A bitmap memory usage monitor for Android. Android 图片内存分析工具,可以帮助发现应用的图片使用是否合理。☆645Jun 27, 2024Updated last year
- library for android which can observe signal from native crash or ANR☆348Feb 2, 2023Updated 3 years ago
- 解决 Sharedpreferences 造成的主线程阻塞问题,避免应用因此造成ANR问题,降低ANR率☆100Oct 8, 2024Updated last year
- ☆158May 31, 2024Updated last year
- ByteHook is an Android PLT hook library which supports armeabi-v7a, arm64-v8a, x86 and x86_64.☆2,452Feb 28, 2026Updated 3 weeks ago
- 🔥🔥饿了么开源的 字节码插桩框架 lancet的增强版本,修复了一些Bug,并基于ByteX提高编译速度。支持以下特性:1.插桩功能分组,独立开关配置 2.更多字节码修改能力☆332Jan 8, 2026Updated 2 months ago
- 插件大集合,基于 AGP 7.X ,目前有 🔥 1、依赖检查插件 🐢 2、组件上传插件 😁 3、GAV 替换 module 插件 🏃🏻♀️4、资源冲突检查插件 🍰 5、权限管控插件 ⛰6、Class 分析插件☆144Sep 13, 2023Updated 2 years ago
- 字节跳动sliver 采集Java函数栈实现☆103May 29, 2024Updated last year
- Kace: Kotlin Android Compatible Extensions, a framework for assisting in the seamless migration from kotlin-android-extensions☆295Jan 21, 2026Updated 2 months ago
- 包体积优化,资源去重&&资源压缩plugin,https://juejin.cn/post/7322156566413000742☆19Jan 18, 2024Updated 2 years ago
- 🔥🔥 android 端编译加速插件🚀 动态识别未改动 module 并在编译流程中替换为 aar ,只编译改动模块,加速 Android apk 的编译速度。☆881Mar 23, 2023Updated 3 years ago
- 客户端(Android/iOS) APM相关博客收藏☆145Jan 22, 2024Updated 2 years ago
- 🚀Optimizer for mobile applications☆5,063Mar 15, 2026Updated last week
- ShadowHook is an Android inline hook library which supports thumb, arm32 and arm64.☆2,241Feb 28, 2026Updated 3 weeks ago
- KOOM is an OOM killer on mobile platform by Kwai.☆3,360Jan 12, 2026Updated 2 months ago
- 🔥基于堆栈采样,使用函数火焰图的形式展示Android Main Looper的慢消息处理过程,定位阻塞原因☆509Jun 26, 2024Updated last year
- 🔥🔥 btrace (AKA RheaTrace) is a high-performance Android & iOS tracing tool built on Perfetto. It not only times your methods but also r…☆2,475Feb 5, 2026Updated last month
- android development workflow sample project☆10Nov 13, 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
- ☆49Dec 16, 2023Updated 2 years ago
- Android 性能优化手册☆55Mar 10, 2026Updated last week
- JVMTI Demo☆11May 4, 2022Updated 3 years ago
- 实现 looper 兜底机制的 demo,支持远程下载 crash 兜底的配置文件,出现 crash 时,通过对异常各种信息、app 和系统版本信息等来实现崩溃画像匹配,保护住之后还可以进行一些自定义操作,如 toast、清除缓存等☆63Nov 3, 2023Updated 2 years ago
- ☆760Jan 16, 2024Updated 2 years ago
- BoostMultiDex is a solution for quickly loading multiple dex files on low Android version devices (4.X and below, SDK <21).☆1,202May 12, 2022Updated 3 years ago
- xDL is an enhanced implementation of the Android DL series functions.☆605Mar 11, 2026Updated last week
- Android Asm 插桩 教学☆1,060Sep 13, 2022Updated 3 years ago
- 分析组件之间的真实依赖关系,并分析类之间的调用情况,解决找不到类、方法、字段等问题☆10Apr 21, 2025Updated 11 months ago
- ☆54Jul 11, 2023Updated 2 years ago
- gradle repo includeBuild☆143Jan 4, 2023Updated 3 years ago
- ☆1,175Feb 7, 2025Updated last year
- 🔥 xCrash provides the Android app with the ability to capture java crash, native crash and ANR. No root permission or any system permiss…☆3,928Jun 27, 2025Updated 8 months ago
- 一份关于Gradle的学习路线☆338Jul 5, 2025Updated 8 months ago
- Composing builds 和 buildSrc 优势劣势对比,仓库提供了 buildSrc 和 Composing builds 两个构建脚本,下文有使用方法,如果对你有帮助,请在右上角 star 一下,感谢☆400Aug 9, 2023Updated 2 years ago
- A bytecode instrumentation library for Android(一个 Android 字节码插桩库)☆101Mar 12, 2026Updated last week
- Android 字节码插桩实战☆256Jul 13, 2024Updated last year