Build Android layout dynamically with kotlin, get rid of xml file, which has poor performance
☆155Sep 13, 2022Updated 3 years ago
Alternatives and similar repositories for Layout_DSL
Users that are interested in Layout_DSL are comparing it to the libraries listed below
Sorting:
- 基于滴滴Booster项目的 Transform API 进行二次开发,封装成易于使用的 Hook 框架,让你敲最少的代码完成自定义的 Hook 操作☆25Oct 18, 2023Updated 2 years ago
- This is a gradle plugin for android to edit class in SDK.☆296Jun 17, 2021Updated 4 years ago
- A framework that helps the keyboard smoothly transition to the function panel 一个帮助键盘平稳过渡到功能面板的框架,支持动画无缝衔接,支持 activity/fragment/dialo…☆2,428Aug 4, 2025Updated 7 months ago
- 仿墨迹24小时天气☆30Jul 8, 2022Updated 3 years ago
- play frame animation by SurfaceView. Get rid of OOM due to complex frame animation and could play frame animation smoothly with huge fram…☆89Jun 6, 2022Updated 3 years ago
- 用于构建常用drawable实例的kotlin-dsl框架,包括shape、ripple以及selector的drawable实例;顺便也支持创建颜色相关的selector实例。☆29Apr 14, 2022Updated 3 years ago
- 通过注解实现路由跳转规则 同时增加ksp支持☆182Feb 7, 2023Updated 3 years ago
- Simple API implement DataBinding and ViewBinding. 简单的 API 实现 DataBinding 和 ViewBinding,欢迎 star☆429Apr 12, 2023Updated 2 years ago
- A library that provides LazyColumn like APIs to build lists with RecyclerView.☆22Sep 19, 2024Updated last year
- Android Asm 插桩 教学☆1,060Sep 13, 2022Updated 3 years ago
- Anchors 是一个基于图结构,支持同异步依赖任务初始化 Android 启动框架。其锚点提供 "勾住" 依赖的功能,能灵活解决初始化过程中复杂的同步问题。参考 alpha 并改进其部分细节, 更贴合 Android 启动的场景, 同时支持优化依赖初始化流程, 自动选择…☆834Nov 22, 2022Updated 3 years ago
- 🚀Optimizer for mobile applications☆5,059Feb 4, 2026Updated last month
- 多子view嵌套滚动通用解决方案☆1,157Mar 11, 2020Updated 6 years ago
- KOOM is an OOM killer on mobile platform by Kwai.☆3,360Jan 12, 2026Updated 2 months ago
- 按照分层架构与数据驱动为架构核心封装的脚手架☆10Nov 13, 2023Updated 2 years ago
- 🔥🔥 android 端编译加速插件🚀 动态识别未改动 module 并在编译流程中替换为 aar ,只编译改动模块,加速 Android apk 的编译速度。☆881Mar 23, 2023Updated 2 years ago
- ByteX is a bytecode plugin platform based on Android Gradle Transform API and ASM. 字节码插件开发平台☆3,251Jan 20, 2024Updated 2 years ago
- 实现西瓜视频视图树埋点数据收集方案☆163Aug 26, 2022Updated 3 years ago
- A demo test to show immersive status bar with dynamic status bar icon adaption.☆128Jul 29, 2022Updated 3 years ago
- 取名来自奥特曼奈克萨斯☆24Dec 12, 2022Updated 3 years ago
- Android Single Activity Framework compatible with Fragment.☆2,398Updated this week
- this is an android lint analyzer,supports increment and configuration files☆287Mar 17, 2022Updated 4 years ago
- 🔥🔥饿了么开源的 字节码插桩框架 lancet的增强版本,修复了一些Bug,并基于ByteX提高编译速度。支持以下特性:1.插桩功能分组,独立开关配置 2.更多字节码修改能力☆332Jan 8, 2026Updated 2 months ago
- ⭐🎉虽迟但到,这是一个通过拦截Java方法调用用以检测应用是否合规的工具,如果你的APP正饱受监管部门或应用市场时不时下发整改通知的折磨,那么用它来检查你的代码以及引用的三方库是再好不过的选择了!☆165Dec 6, 2023Updated 2 years ago
- 一个使用ASM进行字节码插桩的大图监控框架☆175Aug 6, 2020Updated 5 years ago
- 基于okhttp库的网络性能优化框架☆120Apr 25, 2021Updated 4 years ago
- A lightweight and fast AOP framework for Android App and SDK developers☆2,212Aug 26, 2023Updated 2 years ago
- 一个有效优化 apk 应用 Field 个数、包大小的构建(Hook)工具。☆57May 9, 2018Updated 7 years ago
- 适用于Android项目的IDEA插件,用来自动生成DexMaker代码,类似『ASM Bytecode Viewer』☆27Feb 21, 2022Updated 4 years ago
- 用于快速找到高耗时方法,定位解决Android App卡顿问题。通过gradle plugin+ASM实现可配置范围的方法插桩来统计所有方法的耗时,并提供友好的界面展示,支持耗时筛选、线程筛选、方法名筛选等。(A Tool for Discovering High Time…☆1,653Feb 23, 2021Updated 5 years ago
- 一种处理嵌套和非嵌套滑动冲突的解决方案☆264Dec 17, 2021Updated 4 years ago
- 解决 Sharedpreferences 造成的主线程阻塞问题,避免应用因此造成ANR问题,降低ANR率☆100Oct 8, 2024Updated last year
- 🔥基于堆栈采样,使用函数火焰图的形式展示Android Main Looper的慢消息处理过程,定位阻塞原因☆509Jun 26, 2024Updated last year
- A bitmap memory usage monitor for Android. Android 图片内存分析工具,可以帮助发现应用的图片使用是否合理。☆645Jun 27, 2024Updated last year
- ☆11Nov 2, 2017Updated 8 years ago
- Increase layout loading speed 200%☆2,592Jan 8, 2021Updated 5 years ago
- Android PackageInstaller API silent update test app☆67Feb 17, 2022Updated 4 years ago
- JNI学习案例,通过简单的案例快速入门jni开发。JNI基础语法介绍,so库生成打包和反编译,Java和C/C++相关调用案例☆283Oct 8, 2023Updated 2 years ago
- 难得一见 Jetpack MVVM 最佳实践。在 "以简驭繁" 代码中,对 "视图控制器" 乃至 "标准化开发模式" 形成正确、深入理解。☆8,952Feb 7, 2024Updated 2 years ago