zhiaixinyang / PersonalCollect
☆50Updated 6 years ago
Alternatives and similar repositories for PersonalCollect
Users that are interested in PersonalCollect are comparing it to the libraries listed below
Sorting:
- This is a mvp framework to help you easily achieve mvp structure.☆61Updated 6 years ago
- ☆97Updated 7 years ago
- 自定义View实践:时间轴☆96Updated 7 years ago
- 简单的实现App的module层,不要在意我名字单词打错了......☆25Updated 8 years ago
- 对RecyclerView的封装,使用简单,功能丰富☆113Updated 7 years ago
- 一个Android的基础项目,里面会对项目经常用到的如BaseActivity,BaseFragment,网络请求等进行一些基本封装,方便以后使用,项目会逐步更新,欢迎大家持续关注☆103Updated 7 years ago
- Android TabContainerView 实现底部导航栏效果☆82Updated 7 years ago
- ☆71Updated 6 years ago
- 自定义仿京东审核进度的View☆82Updated 7 years ago
- 2018.4.22完成对Glide4.7.1的封装,更多特性的完成,满足各种姿势☆100Updated 6 years ago
- 个人整理的一个工具类的集合,包括一些自定义的View☆94Updated 6 years ago
- 自定义双向滑动的seekbar☆119Updated 6 years ago
- 仿小米MIUI天气24小时天气预测折线图控件☆116Updated 6 years ago
- GankClient是一个采用MVP+RxJava+Retrofit的干活集中营客户端☆62Updated 7 years ago
- 可拖拽的RecyclerView☆123Updated 8 years ago
- android沉浸式状态栏+图片背景+标题栏渐变+背景伸缩☆134Updated 5 years ago
- mvp+retrofit+rxjava改良版,新增lifecycle绑定生命周期防止内存泄露。抽象model类,可根据需求自定义model,也可直接使用父类model进行通用的网络请求。增加自定义网络异常,增加异常时回调实现。增加网络请求时dialog显示及取消显示的方法。…