Hi you all, the question is simple: how to accomplish the bitmap rotation for big size bitmap without blocking the user for a lot of seconds? For example in the default android gallery you can rotate an image in a very fast manner.
I thought to apply the matrix rotation on the ImageView (which can be done in a few time) and compute the same matrix rotation for the bitmap on an AsyncTask, but if the app is stopped before the task termination i get an inconsistent state. Any help will be appreciated. Thanks, Mauro. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en