一线大厂中的大型App全套性能优化实战方案,讲解你们所不知道的优化内容,包含启动优化,内存优化,网络优化,容灾方案等等,每周会定时更新,欢迎关注博客
☆205Jun 19, 2020Updated 5 years ago
Alternatives and similar repositories for Performance
Users that are interested in Performance are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Alpha是一个基于PERT图构建的Android异步启动框架,它简单,高效,功能完善。 在应用启动的时候,我们通常会有很多工作需要做,为了提高启动速度,我们会尽可能让这些工作并发进行。但这些工作之间可能存在前后依赖的关系,所以我们又需要想办法保证他们执行顺序的正确性。Al…☆1,954Dec 14, 2018Updated 7 years ago
- Anchors 是一个基于图结构,支持同异步依赖任务初始化 Android 启动框架。其锚点提供 "勾住" 依赖的功能,能灵活解决初始化过程中复杂的同步问题。参考 alpha 并改进其部分细节, 更贴合 Android 启动的场景, 同时支持优化依赖初始化流程, 自动选择…☆835Nov 22, 2022Updated 3 years ago
- Android Asm 插桩 教学☆1,060Sep 13, 2022Updated 3 years ago
- 用于快速找到高耗时方法,定位解决Android App卡顿问题。通过gradle plugin+ASM实现可配置范围的方法插桩来统计所有方法的耗时,并提供友好的界面展示,支持耗时筛选、线程筛选、方法名筛选等。(A Tool for Discovering High Time…☆1,654Feb 23, 2021Updated 5 years ago
- 持续更新,Java Android 近几年最全面的技术点以及面试题 供自己学习使用☆1,071Jul 14, 2022Updated 3 years ago
- DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- 深入理解Android Gradle☆395Nov 23, 2019Updated 6 years ago
- 自定义 Lint,基于 AS 3.0+☆46Jul 9, 2019Updated 6 years ago
- 这个一个 学习jvmti 的练习Demo☆11Aug 22, 2019Updated 6 years ago
- 通过Parcel copy的方式深copy数据 DiffUtil抽象☆36Aug 9, 2022Updated 3 years ago
- 用于项目测试,崩溃重启操作,崩溃记录日志【可以查看,分享】和重启【多种重启app方式】;网路拦截查看的工具小助手,拦截请求和响应数据,统计接口请求次数,流量消耗,以及统计网络链接/dns解析/request请求/respond响应等时间。提高开发效率……☆818May 7, 2024Updated last year
- Android 性能优化资源☆219May 17, 2020Updated 5 years ago
- ☆23Jan 27, 2022Updated 4 years ago
- KOOM is an OOM killer on mobile platform by Kwai.☆3,361Jan 12, 2026Updated 2 months ago
- Android 进程间通信最牛方案,为简单而生☆293May 12, 2019Updated 6 years ago
- 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 组件生命周期分发框架,适用于组件化,模块化,启动优化等场景☆21Oct 17, 2021Updated 4 years ago
- ☆312Nov 5, 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
- Increase layout loading speed 200%☆2,593Jan 8, 2021Updated 5 years ago
- research in Dex, OAT, ELF, .class, APK☆24Aug 7, 2020Updated 5 years ago
- Android基础架构&优秀框架源码分析☆40Jul 22, 2019Updated 6 years ago
- 功能简介:一种开发帮助产品研发的效率工具。主要提供了:页面分析、任务分析、网络分析、DataDump、自定义hook 、Data Explorer 等功能。以帮助开发、测试、UI 等同学更便捷的排查和定位问题,提升开发效率。☆413Nov 2, 2020Updated 5 years ago
- 一种支持依赖关系、任务兜底策略的任务调度管理工具。API灵活易用,稳定可靠。轻松提交主线程任务、异步任务。支持周期性任务,顺序执行任务,并行任务等。☆484Jul 31, 2020Updated 5 years ago
- 全面深入地掌握NDK技术,成为下一波5G时代的浪潮儿~☆212Jul 9, 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 端编译加速插件🚀 动态识别未改动 module 并在编译流程中替换为 aar ,只编译改动模块,加速 Android apk 的编译速度。☆881Mar 23, 2023Updated 3 years ago
- 🚀Optimizer for mobile applications☆5,063Mar 15, 2026Updated last week
- 京东首页 - 长列表内嵌ViewPager商品流(CoordinatorLayout方案)☆220Feb 15, 2022Updated 4 years ago
- TabLayout指示线过渡动画,Tab逐渐颜色改变☆10Jul 22, 2018Updated 7 years ago
- Android方法调用跟踪 ; 方法耗时统计 ; 方法调用参数以及返回值跟踪 ; 方法调用替换;方法hook☆101Jun 8, 2021Updated 4 years ago
- Android transform plugin☆18Feb 25, 2021Updated 5 years ago
- Android 进阶☆2,557Jun 19, 2023Updated 2 years ago
- maven发布插件和bintray发布插件☆17Oct 30, 2019Updated 6 years ago
- Pre-load data for android Activity/Fragment/View (android页面启动速度优化利器:在页面打开之前就预加载数据)☆1,512Aug 22, 2018Updated 7 years ago
- DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- Show/edit any view's attributions on the screen.☆3,267Nov 1, 2022Updated 3 years ago
- 零反射全动态Android插件框架☆7,742Updated this week
- ByteX is a bytecode plugin platform based on Android Gradle Transform API and ASM. 字节码插件开发平台☆3,252Jan 20, 2024Updated 2 years ago
- 插件大集合,基于 AGP 7.X ,目前有 🔥 1、依赖检查插件 🐢 2、组件上传插件 😁 3、GAV 替换 module 插件 🏃🏻♀️4、资源冲突检查插件 🍰 5、权限管控插件 ⛰6、Class 分析插件☆144Sep 13, 2023Updated 2 years ago
- 深入浅出自定义 gradle plugin☆11Oct 26, 2020Updated 5 years ago
- 脱离Android模拟器,在Java程序中使用Android下的Canvas、Paint、Bitmap等Graphics类(提取自Android Studio)☆38Aug 31, 2020Updated 5 years ago
- 在用户规模千万级别的app中验证过,稳定无兼容问题,5分钟让你的SDK拥有热修复能力。A SDK hotfix library with stable verified in tens of millions of users can be accessed in only…☆646Mar 21, 2021Updated 5 years ago