Scale Image View Demo

com.davemorrissey.labs.subscaleview.sample

Total installs
14.6K(14,610)
Rating
4.5(7 reviews)
Released
June 9, 2014
Last updated
November 19, 2017
Category
Libraries & Demo
Developer
Dave Morrissey
Developer details
Name
Dave Morrissey
Website
unknown
Country
unknown
Address
unknown
Android SDKs
Scale Image View Demo Header - AppWisp.com

Screenshots

Scale Image View Demo Screenshot 1 - AppWisp.com
Scale Image View Demo Screenshot 2 - AppWisp.com

Description

This is a demo of Subsampling Scale Image View, a free Android library for the display of large images, with gesture detection for zoom and pan. This demo shows most of the features available.

This custom view can be used to display images in a gallery, or for viewing large images such as building plans. It's easily extendible to add overlaid graphics aligned with the image, for example marker pins or custom shapes.

The project, including the source of this app, is hosted on GitHub at https://github.com/davemorrissey/subsampling-scale-image-view

Image display
===================

* Display huge images, larger than can be loaded into memory
* Show high resolution detail on zooming in
* Tested up to 20,000x13,000px, though larger images are slower
* Display images from assets or the file system
* Automatically rotate images from the file system (e.g. the camera or gallery) according to EXIF
* Manually rotate images in 90° increments
* Swap images at runtime

Gesture detection
===================

* One finger pan
* Two finger pinch to zoom
* Pan while zooming
* Seamless switch between pan and zoom
* Fling momentum after panning
* Double tap to zoom in and out
* Options to disable pan and/or zoom gestures

Animation
===================

* Public methods for animating the scale and center
* Customisable duration and easing
* Optional uninterruptible animations

Easy integration
===================

* Use within a ViewPager to create a photo gallery
* Easily restore scale, center and orientation after screen rotation
* Can be extended to add overlay graphics that move and scale with the image
* Handles view resizing and wrap_content layout