Chris Rolliston, Embarcadero MVP and author of the book "Delphi XE2 Foundations" recently created a Delphi Android app, "Exif Inspector", that reads and writes metadata information for images (jpeg, tiff and psd) using his open source Delphi library "CCR Exif". The Android app is available in Google Play.
The Links
Read his blog post at http://delphihaven.wordpress.com/2014/02/02/ccr-exif-v1-5-3-android-app-in-google-play/
Explore the CCR Exif open source Delphi library at https://...
Chris Rolliston, Embarcadero MVP and author of the book "Delphi XE2 Foundations" recently wrote two blog posts with source code showing you how to load your application's ICON into an FMX TImage component forAndroid and Windows. The code contains an "AppIconLoader" that you can use in your Delphi projects. You can find the two posts at:
Loading the app’s icon into a TImage on Android - http://delphihaven.wordpress.com/2014/01/18/loading-the-apps-icon-into-a-timage-on-android/
Loading the a...