Fudley 4 Posted March 19, 2024 Using Delphi 11.3 or 12, developing for Android. How to browse for image files on the users android phone. Is this possible without using intents? If not, is there a library which can be used for this? Share this post Link to post
Dave Nottage 605 Posted March 19, 2024 On 3/19/2024 at 8:28 PM, Fudley said: How to browse for image files on the users android phone. Is this possible without using intents? Browsing outside of the application itself requires intents. On 3/19/2024 at 8:28 PM, Fudley said: If not, is there a library which can be used for this? You could use Kastri, which has this Files Selector demo. 2 Share this post Link to post