lishiwei's Stars
Tencent/mars
Mars is a cross-platform network component developed by WeChat.
davemorrissey/subsampling-scale-image-view
Android library (AAR). Highly configurable, easily extendable deep zoom view for displaying huge images without loss of detail. Perfect for photo galleries, maps, building plans etc.
facebook/redex
A bytecode optimizer for Android apps
android/camera-samples
Multiple samples showing the best practices in camera APIs on Android.
rubensousa/GravitySnapHelper
A SnapHelper that snaps a RecyclerView to an edge.
JeremyLiao/LiveEventBus
:mailbox_with_mail:EventBus for Android,消息总线,基于LiveData,具有生命周期感知能力,支持Sticky,支持AndroidX,支持跨进程,支持跨APP
KingJA/LoadSir
A lightweight, good expandability Android library used for displaying different pages like loading, error, empty, timeout or even your custom page when you load a page.(优雅地处理加载中,重试,无数据等)
KwaiAppTeam/KOOM
KOOM is an OOM killer on mobile platform by Kwai.
elvishew/xLog
Android logger, pretty, powerful and flexible, log to everywhere, save to file, all you want is here.
donkingliang/ConsecutiveScroller
ConsecutiveScrollerLayout是Android下支持多个滑动布局(RecyclerView、WebView、ScrollView等)和普通控件(TextView、ImageView、LinearLayou、自定义View等)持续连贯滑动的容器,它使所有的子View像一个整体一样连续顺畅滑动。并且支持布局吸顶功能。
scottyab/rootbeer
Simple to use root checking Android library and sample app
xuyisheng/flutter_dojo
A beautiful design and useful project for Building a flutter knowledge architecture
anestisb/vdexExtractor
Tool to decompile & extract Android Dex bytecode from Vdex files
eleme/Mess
a gradle plugin for minifying activities, services, receivers, providers and custom view
JasonGaoH/NestedRecyclerView
🔥Copied the homepage of taobao and jd.com, and realized the TAB ceiling effect through two-layer nesting RecyclerView .
alexey-pelykh/webp-android-backport
WebP format support for Android <4.0
wurensen/GraceViewPager
1.支持ViewPager按需添加、删除视图,以及局部刷新; 2.修复多场景下ViewPager.PageTransformer返回的position错误,让开发者专注于动画实现; 3.修复ViewPager的width、paddingLeft、paddingRight、pageMargin动态改变导致当前page定位异常的问题; 4.提供自定义GraceViewPager,可快速实现一屏显示多Page的功能。
codoon/ThreadTracker
thread tracing for android
tangpeng/FFmpegDemo
Android使用FFmpeg框架进行本地视频压缩,扩展性高,效果好,亲测有效!!!
tangpeng/VideoCompressor
Android 使用自带的MediaCodec 框架进行本地视频压缩,速度嗖嗖的,亲测有效!!!
AndroidAdvanceWithGeektime/Chapter03
Object Alloc Tracker Samples
idisfkj/daily_algorithm
🔥算法进阶,由浅入深,欢迎加入一起共勉(A daily algorithm,Welcome to join and share together)
hi-dhl/JDataBinding
JDataBinding 是基于 DataBinding 封装的基础库,持续更新中 ...... 如果对你有帮助,请在右上角 star 一下,感谢
mcuking/offline-package-admin
:hamster: Hybrid 离线包管理平台(基于 reactjs nestjs mysql docker docker-compose)
liqvip/EasyView
🔥🔥🔥一个小巧美观,支持圆角,描边,阴影的 Android 控件库,极度轻量,支持代码动态修改圆角、描边!
hellokaton/webp-io
🌚 general format images and webp transform each other
Ayvytr/ktx
简化Android开发的Kotlin库
bennyhuo/ReleasableVar
A delegate for those non null vars of which values need to be cleared at the end of the lifecycle.
lpy19930103/AndroidKeyBoard
安卓自定义键盘
youmesdk/YoumeVideoDemo_Android