DEV Community

leminhduc1202
leminhduc1202

Posted on

Answer: ImageView setImageBitmap not working on certain devices

I had the same problem and solved it by changing the rendering of the view to software

ImageView.setLayerType(View.LAYER_TYPE_SOFTWARE, null);

Top comments (0)