/ Published in: Java
How to convert a drawable to a bitmap
Expand |
Embed | Plain Text
BitmapFactory.decodeResource(getResources(), R.drawable.item_default_image)
You need to login to post a comment.
How to convert a drawable to a bitmap
BitmapFactory.decodeResource(getResources(), R.drawable.item_default_image)
You need to login to post a comment.