Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 | 可双向滑动的表格
- Host: GitHub
- URL: https://github.com/lungerWang/BiDirTable
- Owner: lungerWang
- Created: 2016-09-27T08:43:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-22T01:25:15.000Z (almost 6 years ago)
- Last Synced: 2024-08-02T01:24:42.648Z (4 months ago)
- Language: Java
- Homepage:
- Size: 699 KB
- Stars: 70
- Watchers: 8
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-android-ui - BiDirTable - 可双向滑动的表格 (表格(Table))
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联动
具体实现细节请见代码