JayZhou
Results
10
repositories owned by
JayZhou
MaterialDesignSamples
899
Stars
152
Forks
Watchers
Material Design 系列控件samples,讲了Material Design 系列新控件的使用方法和一些场景示例,使用详情请看对应博客,持续更新中...
MZBannerView
2.3k
Stars
423
Forks
Watchers
仿魅族BannerView,图片轮播控件,支持多种模式切换:普通ViewPager使用,普通Banner使用,仿魅族Banner使用。
CustomPopwindow
1.4k
Stars
290
Forks
Watchers
对PopupWindow常用API的简单封装,几行代码就搞定PopupWindow弹窗,使用Builder模式,链式调用,像使用AlertDialog 一样
CustomAdapter
172
Stars
50
Forks
Watchers
RV Adapter 优雅封装,抽取列表模版,可以快速的添加一个列表,使用组装的方式构建Adapter,抽象Cell 角色,负责创建ViewHolder,绑定数据和逻辑处理。Cell为一个独立的组件。
RetrofitRxJavaDemo
162
Stars
57
Forks
Watchers
Retrofit+Rxjava + OkHttp 封装简易网络请求库,附有demo 示例