When I am calling this function there is no image in image view bitmapFactory.decodefile(filename) showing null .. please help for this.
bitmapFactory.decodefile(filename)
Here is my cod
Delete "options.inJustDecodeBounds = true;" if you have
"options.inJustDecodeBounds = true;"
val options = BitmapFactory.Options(); //options.inJustDecodeBounds = true; //delete this line var bitmap = BitmapFactory.decodeFile(file.getAbsolutePath(), options);