Android 性能优化资源
☆219May 17, 2020Updated 5 years ago
Alternatives and similar repositories for android-performance-optimization
Users that are interested in android-performance-optimization are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- ADI(Android Debug Intensive) 是通过 JVMTI 实现的 Android 应用开发调试的增强工具集,目前主要提供性能相关的监控能力。☆316Apr 21, 2022Updated 3 years ago
- 🔥🔥🔥 -Android Bitmap大图监控☆24Aug 18, 2022Updated 3 years ago
- 一个简单易懂的transformDemo, 包括了如何支持增量更新, 如何使用ASM Core和ASM Tree Api, 具一定的封装性☆27Apr 24, 2019Updated 6 years ago
- Android Asm 插桩 教学☆1,059Sep 13, 2022Updated 3 years ago
- A parser collection for Java/Native stack trace☆13Sep 2, 2022Updated 3 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting with the flexibility to host WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Cloudways by DigitalOcean.
- 用于快速找到高耗时方法,定位解决Android App卡顿问题。通过gradle plugin+ASM实现可配置范围的方法插桩来统计所有方法的耗时,并提供友好的界面展示,支持耗时筛选、线程筛选、方法名筛选等。(A Tool for Discovering High Time…☆1,655Feb 23, 2021Updated 5 years ago
- 基于 ByteX 开发一些有意义的插件☆47Jan 19, 2021Updated 5 years ago
- 🔥🔥 android 端编译加速插件🚀 动态识别未改动 module 并在编译流程中替换为 aar ,只编译改动模块,加速 Android apk 的编译速度。☆881Mar 23, 2023Updated 3 years ago
- HiMem 是知乎内部使用的针对 Android 系统开发的线上应用内存使用监控与分析套件,目前支持 mmap/munmap/malloc/calloc/realloc/free 等库函数的监控,同时提供高性能的 Java 层和 Native 层调用栈捕获能力。☆163Apr 21, 2022Updated 3 years ago
- ByteX is a bytecode plugin platform based on Android Gradle Transform API and ASM. 字节码插件开发平台☆3,252Jan 20, 2024Updated 2 years ago
- A lightweight and fast AOP framework for Android App and SDK developers☆2,213Aug 26, 2023Updated 2 years ago
- Gradle Tracing Plugin☆18Sep 16, 2022Updated 3 years ago
- 🔥🔥 btrace (AKA RheaTrace) is a high-performance Android & iOS tracing tool built on Perfetto. It not only times your methods but also r…☆2,478Feb 5, 2026Updated 2 months ago
- 使用mmap实现的跨进程通信组件☆23Jul 24, 2022Updated 3 years ago
- Proton VPN Special Offer - Get 70% off • AdSpecial partner offer. Trusted by over 100 million users worldwide. Tested, Approved and Recommended by Experts.
- 一个基于 Kotlin Compiler Plugin 实现的迷你方法耗时无侵入编译插件。☆25May 15, 2022Updated 3 years ago
- 脱离Android模拟器,在Java程序中使用Android下的Canvas、Paint、Bitmap等Graphics类(提取自Android Studio)☆38Aug 31, 2020Updated 5 years ago
- A lightweight Android Studio gradle plugin based on Javassist for editing bytecode in Android.☆903Feb 7, 2021Updated 5 years ago
- Alpha是一个基于PERT图构建的Android异步启动框架,它简单,高效,功能完善。 在应用启动的时候,我们通常会有很多工作需要做,为了提高启动速度,我们会尽可能让这些工作并发进行。但这些工作之间可能存在前后依赖的关系,所以我们又需要想办法保证他们执行顺序的正确性。Al…☆1,953Dec 14, 2018Updated 7 years ago
- thread tracing for android☆312Apr 16, 2022Updated 3 years ago
- Explore Android performance optimization in depth(continuous updating ...)☆827Dec 24, 2025Updated 3 months ago
- Initialization Framework for Android Application☆14Jun 20, 2022Updated 3 years ago
- 一线大厂中的大型App全套性能优化实战方案,讲解你们所不知道的优化内容,包含启动优化,内存优化,网络优化,容灾方案等等,每周会定时更新,欢迎关注博客☆205Jun 19, 2020Updated 5 years ago
- 总结Android模块化的一些技术点☆360Jun 17, 2024Updated last year
- NordVPN Special Discount Offer • AdSave on top-rated NordVPN 1 or 2-year plans with secure browsing, privacy protection, and support for for all major platforms.
- 深入理解Android Gradle☆394Nov 23, 2019Updated 6 years ago
- 功能简介:一种开发帮助产品研发的效率工具。主要提供了:页面分析、任务分析、网络分析、DataDump、自定义hook 、Data Explorer 等功能。以帮助开发、测试、UI 等同学更便捷的排查和定位问题,提升开发效率。☆412Nov 2, 2020Updated 5 years ago
- 🔥基于堆栈采样,使用函数火焰图的形式展示Android Main Looper的慢消息处理过程,定位阻塞原因☆510Jun 26, 2024Updated last year
- 一个使用ASM进行字节码插桩的大图监控框架☆175Aug 6, 2020Updated 5 years ago
- AopArms编写了Android开发中常用的一套注解,如日志、异步处理、缓存、SP、延迟操作、定时任务、重试机制、try-catch安全机制、过滤频繁点击、拦截、埋点统计、全局性能监控(每个方法耗时时长)等,后续还会有更多更强大的注解功能加入☆531Dec 9, 2019Updated 6 years ago
- android 私有api调用检测☆58Jun 6, 2019Updated 6 years ago
- Android 自动检测资源冲突的gradle 插件(An Android Gradle Plugin For Checking Conflict Resources)☆235Nov 28, 2019Updated 6 years ago
- Increase layout loading speed 200%☆2,591Jan 8, 2021Updated 5 years ago
- 用于分析函数耗时,能打印出函数参数值和返回值以及函数调用栈,还能修改aar和jar,自定义lint☆60May 25, 2021Updated 4 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click and start building anything your business needs.
- ☆14Oct 17, 2022Updated 3 years ago
- 🚀Optimizer for mobile applications☆5,061Mar 15, 2026Updated 3 weeks ago
- 解决 Sharedpreferences 造成的主线程阻塞问题,避免应用因此造成ANR问题,降低ANR率☆100Oct 8, 2024Updated last year
- KOOM is an OOM killer on mobile platform by Kwai.☆3,361Jan 12, 2026Updated 2 months ago
- Dynamic java method AOP hook for Android(continution of Dexposed on ART), Supporting 5.0~11☆4,542Jul 22, 2023Updated 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
- ☆312Nov 5, 2023Updated 2 years ago