Hi
I would be interested in any advice and/or example, documentation regarding the best practices to share data from smartphones and tablets, under iOS and Android (for Delphi or C++Builder)
That means being able to have my application appear as an option in the "Open In..." menu in iOS or "Share"/"Send" under Android, my app being the recipient.
Then being able to trigger my app and receive the sent data.
Finally, the other way around: any way to implement the share option for text or file in order to be able to send them to a 3rd party app on the device, my app being the sender.
What are the mechanisms? What format should the data comply with?
Thanks for any light on these matters.
Steve