JohnLM 14 Posted December 25, 2023 (edited) Hi, I take many photos with my Android phone. And now I need a way to Add some search text to the image so that I can find the photos. With a custom image viewer app I will create in conjunction with the metadata reader/writer, my search method would be to open the phone's Gallary (I don't know how to do this yet) and then enter a search word and only photos that match will show, like the way they do when you are in the Gallary app. I searched around and see references for ccr-exif but it is for Delphi VCL, not FMX/Android. Is there a Delphi unit that provides this or someplace where I can download a working project to accomplish this ? TIA. Edited December 25, 2023 by JohnLM Share this post Link to post
dummzeuch 1505 Posted December 25, 2023 (edited) As far as I remember there is nothing in ccr-exif that relies on the VCL. And since it supports non-Windows targets it should work with FMX projects. (But I might be wrong. I never explicitly checked for that dependency.) Edited December 25, 2023 by dummzeuch Share this post Link to post
Dave Nottage 557 Posted December 28, 2023 On 12/26/2023 at 3:17 AM, JohnLM said: Is there a Delphi unit that provides this or someplace where I can download a working project to accomplish this ? TIA. You could use the code from here. 1 Share this post Link to post