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
if you are trying in android 10 try adding this to your application in manifest android:requestLegacyExternalStorage="true" it may be a permission issue with android 10 since it doesn't allow direct access to files
android:requestLegacyExternalStorage="true"