bitmap to imageview code example Example: get bitmap from imageview Bitmap bm=((BitmapDrawable)imageView.getDrawable()).getBitmap();