Skip to content

Instantly share code, notes, and snippets.

@pluralism
Created July 2, 2014 15:46
Show Gist options
  • Select an option

  • Save pluralism/85dd2e62506aa1c2a6a5 to your computer and use it in GitHub Desktop.

Select an option

Save pluralism/85dd2e62506aa1c2a6a5 to your computer and use it in GitHub Desktop.
final ImageView itemImageView = (ImageView)view.findViewById(R.id.photoImage);
final Bitmap itemDrawable = ((BitmapDrawable) itemImageView.getDrawable()).getBitmap();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment