SkillAgentSearch skills...

ZoomableImageView

DEPRECATED

Install / Use

npx skills add laurencedawson/ZoomableImageView

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

README

This project is now deprecated

Please use the much better PhotoView library by Chris Banes

https://github.com/chrisbanes/PhotoView

ZoomableImageView

ZoomableImageView is a view designed to add pinch-to-zoom support for images in Android with minimal effort.

Usage

Include ZoomableImageView.java and OnImageTouchedListener in your project, add the view either programatically or via XML to your activity and call:

zoomableImageView.setImageBitmap( bitmap );

Demo

A working demo of the class in use can be seen in the app Reddit Sync. Clicking on a thumbnail will open up a fullscreen ZoomableImageView.

License

The code in this project is licensed under the Apache Software License 2.0, per the terms of the included LICENSE file.

Related Skills

View on GitHub
GitHub Stars60
CategoryDevelopment
Updated4y ago
Forks6

Languages

Java

Security Score

75/100

Audited on Aug 2, 2022

No findings