BitmapDrawable myNewBitmapDrawable =
new
BitmapDrawable(
resizedBitmap);
mImageView1.setImageDrawable(myNewBitmapDrawable);