I have images in the imageview which change through swipe gesture. I want to store any image from that imageview and store it or save it in my app in some-other activity and show it. I believe it can be done by
Bitmap bm=((BitmapDrawable)imageView.getDrawable()).getBitmap();
But i am unable to implement it fully. Please if somebody could help.