Drizzlezhang's Stars
godotengine/godot
Godot Engine – Multi-platform 2D and 3D game engine
jesseduffield/lazygit
simple terminal UI for git commands
android/sunflower
A gardening app illustrating Android development best practices with migrating a View-based app to Jetpack Compose.
Tencent/MMKV
An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX.
commitizen/cz-cli
The commitizen command line utility. #BlackLivesMatter
skywind3000/kcp
:zap: KCP - A Fast and Reliable ARQ Protocol
jhuangtw/xg2xg
by ex-googlers, for ex-googlers - a lookup table of similar tech & services
phobal/ivideo
一个可以观看国内主流视频平台所有视频的客户端(Mac、Windows、Linux) A client that can watch video of domestic(China) mainstream video platform
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
bytedance/xgplayer
A HTML5 video player with a parser that saves traffic
detekt/detekt
Static code analysis for Kotlin
pinterest/ktlint
An anti-bikeshedding Kotlin linter with built-in formatter
google/grafika
Grafika test app
teslamate-org/teslamate
A self-hosted data logger for your Tesla 🚘
google/battery-historian
Battery Historian is a tool to analyze battery consumers using Android "bugreport" files.
Piasy/BigImageViewer
Big image viewer supporting pan and zoom, with very little memory usage and full featured image loading choices. Powered by Subsampling Scale Image View, Fresco, Glide, and Picasso. Even with gif and webp support! 🍻
JeremyLiao/LiveEventBus
:mailbox_with_mail:EventBus for Android,消息总线,基于LiveData,具有生命周期感知能力,支持Sticky,支持AndroidX,支持跨进程,支持跨APP
rytilahti/python-miio
Python library & console tool for controlling Xiaomi smart appliances
httpwg/http2-spec
Working copy of the HTTP/2 Specification
bytedance/byteps
A high performance and generic framework for distributed DNN training
iReaderAndroid/X2C
Increase layout loading speed 200%
meituan/WMRouter
WMRouter是一款Android路由框架,基于组件化的设计思路,有功能灵活、使用简单的特点。
Tencent/Hardcoder
Hardcoder is a solution which allows Android APP and Android System to communicate with each other directly, solving the problem that Android APP could only use system standard API rather than the hardware resource of system.
bytedance/scene
Android Single Activity Framework compatible with Fragment.
Tinder/StateMachine
A Kotlin and Swift DSL for finite state machine
alibaba/alpha
Alpha是一个基于PERT图构建的Android异步启动框架,它简单,高效,功能完善。 在应用启动的时候,我们通常会有很多工作需要做,为了提高启动速度,我们会尽可能让这些工作并发进行。但这些工作之间可能存在前后依赖的关系,所以我们又需要想办法保证他们执行顺序的正确性。Alpha就是为此而设计的,使用者只需定义好自己的task,并描述它依赖的task,将它添加到Project中。框架会自动并发有序地执行这些task,并将执行的结果抛出来。
alexjlockwood/avocado
🥑 Vector Drawable optimization tool 🥑
smallSohoSolo/McImage
Android Gradle Plugin -- Auto Check big image and compress image in building.
twitter/Serial
Light-weight, fast framework for object serialization in Java, with Android support.
bytedance/RealRichText
A Tricky Solution for Implementing Inline-Image-In-Text Feature in Flutter.