sunfusheng / GroupRecyclerViewAdapter
可增删改查、可动画展开收起、可吸附悬浮动态可配置的分组列表
☆47Updated 3 years ago
Alternatives and similar repositories for GroupRecyclerViewAdapter:
Users that are interested in GroupRecyclerViewAdapter are comparing it to the libraries listed below
- iOS风格进度指示器☆22Updated 6 years ago
- a Toast Utils From Z_COMIC☆27Updated 7 years ago
- 仿探探进入 扫描view☆30Updated 5 years ago
- 🍧 自定义开关锁View☆76Updated 4 years ago
- MVP 架构的 Android 快速开发框架,封装了常见的工具类和控件,方便快速开发构建应用。正在整理集成中☆1Updated 3 years ago
- 自定义选词填 空view☆28Updated 4 years ago
- 仿魅族Flyme6应用商城-“应用详情”-弹出式layout 使用NestedScrolling实现☆23Updated 7 years ago
- 仿小红书导航动画☆48Updated 6 years ago
- RxCache(https://github.com/fengzhizi715/RxCache) for Android☆34Updated 3 years ago
- 自定义波纹效果,速度、颜色、粗细可自定义,效果见效果图☆36Updated 7 years ago
- RecyclerView的Item滑动触摸辅助类,可以用来实现微信里的表情商店预览功能☆33Updated 5 years ago
- android widget☆30Updated last year
- 重写LinearLayout,仿淘宝商品详情页,上拉查看更多详情☆80Updated 6 years ago
- RecyclerView+LayoutManager+ItemTouchHelper.Callback实现触手app主页的效果☆32Updated 7 years ago
- ViewPager的复用回收的PagerAdapter及支持View集合的PagerAdapter。☆36Updated 3 years ago
- GSYImageLoader图片加载管理,集成Glide、Picasso、Fresco的kotlin图片管理器,一键切换图片加载类,提供常用的图片相关功能接口。☆40Updated 7 years ago
- 长截图分享,NestedScrollView、RecyclerView、ListView、WebView等实现长截图,RecyclerView、ListView的Item数据可异步加载☆49Updated 5 years ago
- ☆21Updated 8 years ago
- 觉得有用的可以给个start,thanks☆25Updated 7 years ago
- Android中的一个加载数据不同状态的类库☆28Updated 7 years ago
- ☆31Updated 8 years ago
- http://p.codekk.com/☆29Updated 4 years ago
- library☆20Updated 7 years ago
- WanAndroid非官方客户端☆43Updated 7 years ago
- 灵感来自于MIUI,用于小彩蛋的View-带有阻尼效果☆53Updated 6 years ago
- SpacingTextView 字距为任何字符串的TextView,设置文本间距☆20Updated 8 years ago
- 由于项目要实现微信朋友圈评论文字可以伸缩的效果,就找了这个库,在此感谢 https://github.com/Carbs0126/ExpandableTextView ,这是在此基础上扩展的,增加了 “全文”、“收缩”是否可以换行,再次谢谢作者☆25Updated 8 years ago
- 企业微信同事吧下拉刷新动画☆30Updated 8 years ago
- BaseUrlManager的设计初衷主要用于开发时,有多个环境需要打包APK的场景,通过BaseUrlManager提供的BaseUrl动态设置入口,只需打一次包,即可轻松随意的切换不同的开发环境或测试环境。在打生产环境包时,关闭BaseUrl动态设置入口即可。