Hi to you all.
I have made an App that stores pictures in a folder at the local storage card from the phone, the folder is named 'intervalpictures'.
With a push on a button I want to leave the App and start the standard gallery of the phone which opens the folder 'intervalpictures'.
I hope there is a connection possible, something like this:
but than for standard gallery of a phone.
Any suggestions to make this button work:
Kind regards,
Knovos
I have made an App that stores pictures in a folder at the local storage card from the phone, the folder is named 'intervalpictures'.
With a push on a button I want to leave the App and start the standard gallery of the phone which opens the folder 'intervalpictures'.
I hope there is a connection possible, something like this:
B4X:
StartActivity(main.OpenBrowser("http://www.webaddress.com"))
Any suggestions to make this button work:
B4X:
Sub gallery_Click 'button pushed
??????
End Sub
Kind regards,
Knovos