How can i resize image before loading to imageview after selecting from gallery/photos?. Otherwise large images are causing OOM issues.
SelectImageGallery.setOnC
As you facing OOM issue, you can remove this issue by
1) Decrease size of bitmap and
2) Increase size of app by changing in gradle.properties and AndroidManifest file
gradle.properties org.gradle.jvmargs=-Xmx1536m
Android Manifest android:largeHeap="true", android:hardwareAccelerated="true"