Tuesday 26 August 2014

Convert drawable to bitmap in android

Convert drawable to bitmap in android

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

No comments: