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

https://github.com/jaredrummler/twodscrollview


https://github.com/jaredrummler/twodscrollview

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# TwoDScrollView

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.jaredrummler/twodscrollview/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.jaredrummler/twodscrollview) [![License](http://img.shields.io/:license-apache-blue.svg)](LICENSE.txt) [![API](https://img.shields.io/badge/API-7%2B-blue.svg?style=flat)](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)).