RainFool's Stars
CyC2018/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
labuladong/fucking-algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
coder2gwy/coder2gwy
互联网首份程序员考公指南,由3位已经进入体制内的前大厂程序员联合献上。
wangzheng0822/algo
数据结构和算法必知必会的50个代码实现
android/nowinandroid
A fully functional Android app built entirely with Kotlin and Jetpack Compose
hackware1993/MagicIndicator
A powerful, customizable and extensible ViewPager indicator framework. As the best alternative of ViewPagerIndicator, TabLayout and PagerSlidingTabStrip —— 强大、可定制、易扩展的 ViewPager 指示器框架。是ViewPagerIndicator、TabLayout、PagerSlidingTabStrip的最佳替代品。支持角标,更支持在非ViewPager场景下使用(使用hide()、show()切换Fragment或使用setVisibility切换FrameLayout里的View等),http://www.jianshu.com/p/f3022211821c
Tencent/Shadow
零反射全动态Android插件框架
ogaclejapan/SmartTabLayout
A custom ViewPager title strip which gives continuous feedback to the user when scrolling
getActivity/AndroidProject
Android 技术中台,但愿人长久,搬砖不再有
Akegarasu/lora-scripts
SD-Trainer. LoRA & Dreambooth training scripts & GUI use kohya-ss's trainer, for diffusion model.
Tencent/vap
VAP是企鹅电竞开发,用于播放特效动画的实现方案。具有高压缩率、硬件解码等优点。同时支持 iOS,Android,Web 平台。
square/kotlinpoet
A Kotlin API for generating .kt source files.
iqiyi/xCrash
🔥 xCrash provides the Android app with the ability to capture java crash, native crash and ANR. No root permission or any system permissions are required.
QianMo/Real-Time-Rendering-4th-Bibliography-Collection
Real-Time Rendering 4th (RTR4) 参考文献合集典藏 | Collection of <Real-Time Rendering 4th (RTR4)> Bibliography / Reference
Kotlin/KEEP
Kotlin Evolution and Enhancement Process
JackyAndroid/AndroidChromium
chrome browser of android version from chromium open project
peng8350/flutter_pulltorefresh
a widget provided to the flutter scroll component drop-down refresh and pull up load.
JakeWharton/diffuse
Diffuse is a tool for diffing APKs, AABs, AARs, and JARs
bytedance/btrace
🔥🔥 btrace(AKA RheaTrace) is a high performance Android trace tool which is based on Perfetto, it support to define custom events automatically during building apk and using bhook to provider more native events like Render/Binder/IO etc.
zhengcx/MethodTraceMan
用于快速找到高耗时方法,定位解决Android App卡顿问题。通过gradle plugin+ASM实现可配置范围的方法插桩来统计所有方法的耗时,并提供友好的界面展示,支持耗时筛选、线程筛选、方法名筛选等。(A Tool for Discovering High Time-consuming Methods for Android App)
facebookarchive/profilo
A library for performance traces from production.
Leaking/Hunter
A fast, incremental, concurrent framework to develop compile plugin for android project to manipulate bytecode
Leifzhang/AndroidAutoTrack
Android Asm 插桩 教学
trycatchx/RocketX
🔥🔥 android 端编译加速插件🚀 动态识别未改动 module 并在编译流程中替换为 aar ,只编译改动模块,加速 Android apk 的编译速度。
Tencent/loli_profiler
Memory instrumentation tool for android app&game developers.
EaniaHuui/android_tool
QinminiOS/EnjoyCamera
FilterCamera & ImageEditor For iOS ---此项目包含了50多种滤镜,可以选择图片和编辑图片,可以拍照和实时滤镜等。
QinminiOS/OpenGLES
OpenGLES学习系列博客的源代码
QinminiOS/ZMJImageEditor
ZMJImageEditor 是一个和微信一样图片编辑的组件,功能强大,极易集成,支持绘制、文字、旋转、剪裁、马赛克等功能。
RainFool/Callback2Coroutines
Transform java callback to kotlin suspend method.