I am trying to find a way to impelement a share button into my app (same like the one in the standard ICS gallary app, see picture link). http://betanews.com/2011/10/19/get-acquainted-with-the-newest-android-ice-cream-sandwich-slideshow/#11
Intent.ACTION_SEND only opens a dialoge to the select the sharing options. Android Share Via Dialog
This works fine, but from design side, I find this drop down list to select a app much more convenient. Yet I cant figure out how to? Does anybody have a good Idea how this button could be coded?