Given

ImageView image = R.findViewById(R.id.imageView);
image.setImageBitmap(someBitmap);

Is it possible to retrieve the bitmap?

7 Answers
7

Leave a Reply

Your email address will not be published. Required fields are marked *