I am storing images into sqlite in byte array and displaying those images from the sqlite but the problem is i am unable to display those images as they are showing
--- SkImageDecoder::Factory returned null
the code i used for that is
img.setImageBitmap(BitmapFactory.decodeByteArray(map.get(POSITION), 0, map.get(POSITION).length));
could anyone tell me to solve this issue?