Starred repositories
Android 线程收敛SDK, 通过编译期字节码插桩 + 运行时start函数代理,将线程任务转化到线程池运行
用 PyQt5 编写的桌面工具应用程序,封装了移动端测试常用功能(adb、tidevice、fasbot)
PyQt开发的协助安卓日常测试的小工具(截图,安装,卸载,logcat,anr,获取包名,获取设备信息)
本专栏主要针对字节码编程系列知识栈进行编写文章学习。在字节码编程方便有三个比较常见的框架;ASM、Javassit、Byte-buddy,他们都可以使用自己的API方式进行字节码的插装,通过这样增强方法的方式就可以和Javaagent结合起来开发非入侵的全链路监控服务,以及做反射、中间件和混淆代码等
KOOM is an OOM killer on mobile platform by Kwai.
A high-performance , easy-to-use Adapter for RecyclerView ,using diffutil
使用单RecyclerView实现RecyclerView嵌套RecyclerView(购物车)效果demo,包括增删选中等演示功能
滑动嵌套通用解决方案:提供常见三种RecyclerView滑动嵌套布局、也可自定义。
复杂界面实现,RecyclerView 嵌套 ViewPager、RecyclerView,多布局实现。
单个Activity+多个Fragment实现微信 Android客户端 - Single Activity and multiple fragments to implement WeChat client
@Deprecated. A view to edit tag just like EditText edit text.
√A customized LayoutManager - fade and shrink the head itemView when scrolling.
Repository for android application which shows how to filter search in RecyclerView with user entered query , also voice search enabled with modern layout interface. These implementations are demon…
A demo on how to implement SearchView in Android using a RecyclerView
Yet another built-in animated search view for Android.
Some helper functions and shared resources to be used only by the simple apps suite.
A premium app for managing and editing your photos, videos, GIFs without ads
Pre-load data for android Activity/Fragment/View (android页面启动速度优化利器:在页面打开之前就预加载数据)
java 实现的一个多线程任务编排调度框架。 可以支持 多任务 互相依赖,互相协同进行编排执行。支持异步回调