Is there now a way to open a file from the default Gallery, which is on SD card, across many devices?
My SD card has Internal and SD folders but the following code lists an array from the Internal folder.
Am trying to access the Gallery and show any image without making a List or Map.
Thanks
My SD card has Internal and SD folders but the following code lists an array from the Internal folder.
B4X:
Sub Button1_Click
List1 = File.ListFiles(File.DirRootExternal)
Log(List1)
End Sub
Thanks
Last edited: