Showing posts with label Drawable to Bitmap. Show all posts
Showing posts with label Drawable to Bitmap. Show all posts

Sunday, 21 June 2015

Drawable to Bitmap using Android



Convert Drawable to Bitmap:

1
Bitmap bitmap= BitmapFactory.decodeResource(getResources(),  R.drawable.image);