Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egorand/android-scrollable-imageview
An easy implementation of a ScrollableImageView in Android
https://github.com/egorand/android-scrollable-imageview
Last synced: 24 days ago
JSON representation
An easy implementation of a ScrollableImageView in Android
- Host: GitHub
- URL: https://github.com/egorand/android-scrollable-imageview
- Owner: Egorand
- License: apache-2.0
- Created: 2013-03-24T12:03:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-26T15:35:30.000Z (about 9 years ago)
- Last Synced: 2023-05-19T01:05:17.168Z (over 1 year ago)
- Language: Java
- Size: 8.07 MB
- Stars: 19
- Watchers: 4
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ScrollableImageView
============================An extension to the standard ImageView that allows images bigger than the screen sizes to respond to scroll and fling events.
**Usage**
Check the **sample** module for a project that integrates ScrollableImageView.