资 源 简 介
Moved
**Sorry, this project moved to
https://github.com/matabii/scale-imageview-android**
About
Add pinch-in and pinch-out To Android ImageVIew.
Double-tap to enlarge
Can pinch to zoom in or out on the view
Example Code
Are very similar to ImageView
Setting Layout XML
or setImageBitmap
ScaleImageView image = (ScaleImageView) findViewById(R.id.image); Bitmap bitmap = BitmapFactory.decodeStream(is); image.setImageBitmap(bitmap);
Sample Application
Download the sample application
http://code.google.com/p/scale-imageview-android/downloads/detail?name=ScaleImageView.apk