How to show half of the ImageView which is rotated using Matrix in Android?
问题 Dear fellow StackOverflower, Follow this example ( code.tutsplus[dot]com/tutorials/android-sdk-creating-a-rotating-dialer--mobile-8868 ), I'm able to create a rotating ImageView using Matrix . The logic is as the following: Load the Bitmap into the ImageView Rotate the ImageView using a Matrix on touch event. This will guarantee performance as the Bitmap doesn't get drawn every time the wheel rotate. However I would like to display only half of the wheel, and the content of the image is