Android: How to: implement image drag and zoom extending ImageView using multi touch capability of 2.1 up
问题 I have this kind of behavior when I drag or zoom the image. If you have noticed, the image seems left the previous state during dragging. Any inputs are appreciated. 回答1: Please try to build the following a project. https://github.com/gabu/AndroidSDK-RecipeBook/tree/master/Recipe060 This project is Running fine on Nexus S/Android 2.3.4 Please compare the your code and this project. 回答2: Call invalidate in ondraw method. 回答3: Try this, I have a very sucessive solution for you,i m very sure