https://github.com/jaredrummler/twodscrollview
https://github.com/jaredrummler/twodscrollview
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaredrummler/twodscrollview
- Owner: jaredrummler
- License: apache-2.0
- Created: 2016-04-05T07:58:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-04T18:21:52.000Z (almost 10 years ago)
- Last Synced: 2025-03-24T11:08:11.359Z (over 1 year ago)
- Language: Java
- Size: 72.3 KB
- Stars: 20
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TwoDScrollView
[](https://maven-badges.herokuapp.com/maven-central/com.jaredrummler/twodscrollview) [](LICENSE.txt) [](https://android-arsenal.com/api?level=7)
Two-dimensional scroll view for Android
Download
--------
```groovy
compile 'com.jaredrummler:twodscrollview:{latest_version}'
```
Or simply copy the [TwoDScrollView](https://raw.githubusercontent.com/jaredrummler/TwoDScrollView/master/library/src/main/java/com/jaredrummler/android/widget/TwoDScrollView.java) class intro your project, update the package declaration, and you are good to go.
Acknowledgements
----------------
TwoDScrollView was originally posted in 2010 by Matt Clark on http://GORGES.us (see [here](http://web.archive.org/web/20110625064025/http://blog.gorges.us/2010/06/android-two-dimensional-scrollview)).