I load a bitmap with:
Bitmap bm = BitmapFactory.decodeStream(fis);
and then I draw it to the screen with:
iv.setImageBitmap(bm);  (where iv is an imageview)
My question is:
A. Is there an easy way to do drag rotation for the bitmap? (For a
user to click on the bitmap and then drag to rotate it?)
B. What is the best way to delete/remove the bitmap once I am done
using it?
Thanks for the help
Sam

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to