Android 台灣中文網

標題: 利用手勢(Gesture)對圖片(Imageview)進行縮放 [打印本頁]

作者: iamjason008    時間: 2013-12-31 12:18
標題: 利用手勢(Gesture)對圖片(Imageview)進行縮放
出處:https://github.com/jasonpolites/gesture-imageview


簡介:This is a simple Android View class which provides basic pinch and zoom capability for images.
       Can be used as a replacement for a standard ImageView when you want to include pinch and zoom.

使用方法:
1.解壓縮
2.匯入專案(會有兩個,gesture-imageview是lib,gesture-imageview-example是執行的app)
3.build lib之後,再build app,然後執行!會出現選單,可以參考它的用法

參考圖片:
這個是載入一張圖,可以利用手勢進行縮放