Need help on rotating image view with animation on orientation change (4 side rotation) in android
问题 i have a image view and i need to rotate(with IOS like animation) the image view on orientation change in android(portrait,landscape,reverse portrait and reverse landscape). please advice void rotateAndSet(int angle) { if (currentAngle != angle || currentImage != currentBaseImage) { // This // is // to // remove // unnecessary // drawing currentAngle = angle; currentImage = currentBaseImage; myImg = decodeBase64(currentBaseImage); matrix = new Matrix(); matrix.postRotate(angle); Bitmap