I have an ImageButton
and when the user click it he will open the gallery and select image and show it in ImageButton
by onActivityResult()
method.
My question is how to get the path image after ImageButton
clicked and store the path in sql.
Asked
Active
Viewed 99 times
0

Milo
- 3,365
- 9
- 30
- 44

sayed mhmd
- 19
-
see the accepted answer here https://stackoverflow.com/questions/42344154/how-to-get-path-of-selected-image-from-gallery – Pemba Tamang Jul 15 '19 at 10:16
-
Possible duplicate of [How to get path of selected Image from gallery](https://stackoverflow.com/questions/42344154/how-to-get-path-of-selected-image-from-gallery) – Vivek Singh Jul 24 '19 at 11:08