Fudley 1 Posted March 19 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 557 Posted March 19 2 minutes ago, 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. 2 minutes ago, 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