Android Intent integration

Android, I just learned, has a development feature called Intent that allows applications to call functions embedded in other applications stored on the same phone.

http://developer.android.com/reference/android/content/Intent.html

This allows developers to share major functions, like a note taking app or geolocation, with just a few lines of code.

For example, any Android developer can built Snaptic note taking app into their own Android app:
https://snaptic.com/about_/
http://github.com/snaptic

It would be great if Corona could support this. You could literally assemble an app from component functions in minutes.

[import]uid: 1560 topic_id: 803 reply_id: 300803[/import]

Noted. One obvious problem is there’s no equivalent on “other platforms”.
[import]uid: 54 topic_id: 803 reply_id: 1800[/import]