Sunday 21 June 2015

Drawable to Bitmap using Android



Convert Drawable to Bitmap:

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

No comments: