Skip to main content
Known Participant
January 30, 2014
Question

Air Android - Share menu

  • January 30, 2014
  • 2 replies
  • 1857 views

Hi,

I'm working on a note taking app and I would like to add it to the ANDROID share menu to receive content from it.

The share menu lets you share text/links from the browser to apps.

This is how it looks like:

http://www.linux-magazine.com/var/linux_magazin/storage/images/media/linux-magazine-eng-us/images/tldr/439304-1-eng-US/TLDR_reference.png

Does anybody know how to do that?

I'm using AIR 3.9 and Flash CS6

Thanks

This topic has been closed for replies.

2 replies

Participating Frequently
March 20, 2014
Inspiring
January 31, 2014

You can try with this ANE for Android:

https://github.com/illuzor/Android-Sharing-Extension-ANE

If you need iOS functionality as well, you have this paid extension:

http://www.milkmangames.com/blog/tools/#iosgv

Instructions for the latter can be found here:

http://www.adobe.com/devnet/air/articles/goviral-ane-android.html

http://www.adobe.com/devnet/air/articles/goviral-ane-ios.html

Participating Frequently
January 31, 2014

He wants to RECEIVE content. Not send.

AFAIK the only way for an Air app to receive content is by connecting to a socket server, recently added to Adobe Air 3.8. And even that works on a LAN only.

The requester would have a build a website and continously request for updates. One user could "share" a link viewed in a webview and "upload" it to a web server that can later be queried at regular intervals.

Inspiring
January 31, 2014

Sorry, I didn't notice he meant the other way around. In that case, you still need an ANE, but I don't know about any readily available one. You might be interested in contacting with the author of this post:

http://apache-flex-users.2333346.n4.nabble.com/Flex-Mobile-Share-image-from-gallery-td521.html