zhf783313350's Stars
square/retrofit
A type-safe HTTP client for Android and the JVM
hdodenhof/CircleImageView
A circular ImageView for Android
KunMinX/Jetpack-MVVM-Best-Practice
难得一见 Jetpack MVVM 最佳实践!在 "以简驭繁" 代码中,对 "视图控制器" 乃至 "标准化开发模式" 形成正确、深入理解!
JessYanCoding/MVPArms
⚔️ A common architecture for Android applications developing based on MVP, integrates many open source projects, to make your developing quicker and easier (一个整合了大量主流开源项目高度可配置化的 Android MVP 快速集成框架).
goldze/MVVMHabit
👕基于谷歌最新AAC架构,MVVM设计模式的一套快速开发库,整合Okhttp+RxJava+Retrofit+Glide等主流模块,满足日常开发需求。使用该框架可以快速开发一个高质量、易维护的Android应用。
google/gson
A Java serialization/deserialization library to convert Java Objects into JSON and back
UFreedom/FloatingText
[DEPRECATED] FloatingText is a text widget that can floating above view with animation
tbruyelle/RxPermissions
Android runtime permissions powered by RxJava2
scwang90/SmartRefreshLayout
🔥下拉刷新、上拉加载、二级刷新、淘宝二楼、RefreshLayout、OverScroll,Android智能下拉刷新框架,支持越界回弹、越界拖动,具有极强的扩展性,集成了几十种炫酷的Header和 Footer。
greenrobot/greenDAO
greenDAO is a light & fast ORM solution for Android that maps objects to SQLite databases.
Tourenathan-G5organisation/SiliCompressor
A powerful, flexible and easy to use Video and Image compression library for Android.
chaychan/BottomBarLayout
(一个轻量级的底部导航控件)A simple and lightly widget to accomplish bottom Navigation,可设置未读数、提示点、提示消息
netty/netty
Netty project - an event-driven asynchronous network application framework
xuuhaoo/OkSocket
An blocking socket client for Android applications.
ywl5320/wlmedia
Android 音视频播放器SDK,几句代码即可实现音视频播放功能(支持:手机、车机系统、电视盒子等设备。支持:http、https、rtsp、rtp、rtmp、byte[]、加密视频和各种文件格式视频;包含视频截图、音轨选择、字幕选择、循环播放、设置软解或硬解、透明视频、变速变调、声道切换、无缝切换surface(surfaceview和textureview)、多Surface渲染、视频比例设置、多实例音视频播放等。)~
yanzhenjie/Album
:watermelon: Album and Gallery for Android platform.
LuckSiege/PictureSelector
Picture Selector Library for Android or 图片选择器
Tencent/Hippy
Hippy is designed to easily build cross-platform dynamic apps. 👏
flutter/flutter
Flutter makes it easy and fast to build beautiful apps for mobile and beyond
cymcsg/UltimateRecyclerView
A RecyclerView(advanced and flexible version of ListView in Android) with refreshing,loading more,animation and many other features.
FreddyChen/NettyChat
基于Netty+TCP+Protobuf实现的Android IM库,包含Protobuf序列化、TCP拆包与粘包、长连接握手认证、心跳机制、断线重连机制、消息重发机制、读写超时机制、离线消息、线程池等功能。
TencentCloud/TIMSDK
Tencent Cloud Chat features a comprehensive suite of solutions including global access, one-to-one chat, group chat, message push, profile and relationship chain hosting, and account authentication.
hugeterry/CoordinatorTabLayout
Combination of TabLayout and CoordinatorLayout./TabLayout和CoordinatorLayout相结合的折叠控件
life2smile/ScorllPicker
android滚动选择器。可以用于实现地址多级联动、时间选择器,以及有其他联动情形的需求
Huazhiling/CustomRecyclerView
第一次提交
kongzue/Dialog
🔥空祖家的对话框工具
square/leakcanary
A memory leak detection library for Android.
realm/realm-java
Realm is a mobile database: a replacement for SQLite & ORMs
JessYanCoding/AndroidAutoSize
🔥 A low-cost Android screen adaptation solution (今日头条屏幕适配方案终极版,一个极低成本的 Android 屏幕适配方案).
WuXiaolong/AndroidMVPSample
Android MVP + Retrofit + RxJava2 实例