Issue
How can I convert a Bitmap image to Drawable ?
Solution
Sounds like you want to use BitmapDrawable
From the documentation:
A
Drawable
that wraps a bitmap and can be tiled, stretched, or aligned. You can create aBitmapDrawable
from a file path, an input stream, through XML inflation, or from aBitmap
object.
Answered By - Graeme Duncan
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.