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

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

Awesome Lists containing this project

README

        

zoomable android ImageView
simply move & zoom images with gestures

JitPack project integration:

[![](https://jitpack.io/v/nuclearfog/ZoomView.svg)](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 lag

logo design by @Tobaloidee