Skip to content

Instantly share code, notes, and snippets.

@kitek
Created June 21, 2013 09:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kitek/5830028 to your computer and use it in GitHub Desktop.
Save kitek/5830028 to your computer and use it in GitHub Desktop.
How to convert a Drawable to a Bitmap?
Bitmap icon = BitmapFactory.decodeResource(context.getResources(),
R.drawable.icon_resource);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment