Scale Image View Demo
App ID | com.davemorrissey.labs.subscaleview.sample |
Size | 13.2 MB |
Version | 4.0 |
Updated | 2017-11-27 |
Developer | Dave Morrissey |
Apps in the Same Category:
- MsBook.Pro- Cărti electronice .PDF 1.0
- Romantique alphabet Stickers WAStickerApps 1.0
- Premium IPTV 2.2.1
- MCPE Demon Slayer Mod 2.0
- Classic PC Theme 4.1.332
- ProKit – Flutter 3.0 UI Kit 10.4.0
- Friday Funny FNF Indie Cross 1.0.0
- Mirror Link 16.0
- Study Bible with explanation study bible with explanation offline 8.0
- Foxin 15.1
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,000×13,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