+ 2
How to show images captured by a camera in gallery?
I am making an android application having camera but the images captured by the camera is not shown in the gallery. I even tried using the code mentioned in the official docs but nothing happened. The images are being stored but is not shown in the gallery.
2 Réponses
+ 8
https://developer.android.com/reference/android/media/MediaScannerConnection.html
Go through the link, this might help
+ 2
Thank you