SyntaxFix
Write A Post
Hire A Developer
Questions
Offical Bitmapdrawable documentation
This is sample on how to convert bitmap to drawable
Bitmap bitmap; //Convert bitmap to drawable Drawable drawable = new BitmapDrawable(getResources(), bitmap); imageView.setImageDrawable(drawable);