how can i convert a Bitmap image to Drawable.
Thanks, Farha
how can i convert a Bitmap image to Drawable.
Thanks, Farha
Sounds like you want to use BitmapDrawable
From the documentation:
A
Drawablethat wraps a bitmap and can be tiled, stretched, or aligned. You can create aBitmapDrawablefrom a file path, an input stream, through XML inflation, or from aBitmapobject.