cpoopc / ScrollableLayoutLinks
共同头部+ViewPager+ListView http://blog.csdn.net/w7822938/article/details/47173047
☆780Updated 8 years ago
Alternatives and similar repositories for ScrollableLayout
Users that are interested in ScrollableLayout are comparing it to the libraries listed below
Sorting:
- Android流式布局,支持点击、单选、多选,支持初始化选中标签(只针对单选和多选模式),适合用于产品标签等,用法采用Adapter模式,和ListView、GridView用法一样!!!☆900Updated 8 years ago
- 无缝为Activity、Fragment、任何View设置加载(loading)、重试(retry)和无数据(empty)页面。☆648Updated 10 years ago
- 支持Android图文混排、文字环绕图片等效果☆816Updated 8 years ago
- 实现类似微信WebView的上拉下拉弹跳效果和iOS的ListView的果冻效果。☆627Updated 9 years ago
- 帮助快速查阅对应分组的侧边栏☆638Updated 8 years ago
- 具有共同头部的 ViewPager,支持与ListView,GridView,ScrollView,WebView,RecyclerView 嵌套使用。具有连续的滑动事件 和 滑动监听, 支持下拉刷新。☆769Updated 8 years ago
- 在 AdapterView 和 RecyclerView 中通用的 Adapter 和 ViewHolder。RecyclerView 支持 DataBinding 、多种 Item 类型、添加 Header 和 Footer。RecyclerView 竖直方向通用分割线 …☆655Updated 9 months ago
- ItemTouchHelper实现今日头条频道功能☆878Updated 9 years ago
- 通过封装BaseAdapter和RecyclerView.Adapter得到的通用的,简易的Adapter