Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lungerWang/BiDirTable

a resolution of binary direction scrollable table | 可双向滑动的表格
https://github.com/lungerWang/BiDirTable

Last synced: about 1 month ago
JSON representation

a resolution of binary direction scrollable table | 可双向滑动的表格

Awesome Lists containing this project

README

        

## BiDirTable
a resolution of binary direction scrollable table | 可双向滑动的表格

在开发微兔项目中,碰到一个需求:由于手机或者平板屏幕大小有限,需要双向滑动的表格来展示商品数据

## Present
![image](https://raw.githubusercontent.com/lungerWang/BiDirTable/master/DifDirTable.gif)

## Realization
![](https://raw.githubusercontent.com/lungerWang/BiDirTable/master/BiDirTable.png)
上下滑动时:②的ListView与③的ScrollView联动;
左右滑动时:①的ScrollVie与③的ScrollView联动  

具体实现细节请见代码