https://github.com/nuclearfog/zoomview
Android zoomable ImageView
https://github.com/nuclearfog/zoomview
android android-library imageview
Last synced: about 2 months ago
JSON representation
Android zoomable ImageView
- Host: GitHub
- URL: https://github.com/nuclearfog/zoomview
- Owner: nuclearfog
- License: apache-2.0
- Created: 2019-01-27T21:04:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T21:51:06.000Z (over 1 year ago)
- Last Synced: 2025-02-09T09:13:51.737Z (3 months ago)
- Topics: android, android-library, imageview
- Language: Java
- Homepage:
- Size: 208 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
zoomable android ImageView
simply move & zoom images with gesturesJitPack project integration:
[](https://jitpack.io/#nuclearfog/ZoomView)
Example:
```xml```
```java
ZoomImage zoomImage = findViewById(R.id.zoom_image);zoomImage.setImageBitmap(image); // Set Image
zoomImage.reset(); // Reset Zoom to default
```Notes:
- SVG images are not supported
- wrap_content is not supported
- high resolutions may lead to laglogo design by @Tobaloidee