How to add Share function to Android app using Corona SDK?

I would like to add an image sharing feature to the Corona SDK app on Android. But I don’t want that via email / twitter / fb I could write my own code. Instead, I would like to use my own "share" function, which allows you to select all the sharing providers.

So the popup will look like this:

enter image description here

How can this be done in the Corona SDK? (and is it even possible? Not with Corona Enterprise?)

+4
source share
2 answers

You can do this with Corona Enterprise, but I don't know how (I don't own Corona Enterprise).

Otherwise no, this is not possible.

EDIT for December 2013:

This can now be done using the plug-in.

http://www.coronalabs.com/blog/2013/10/11/revisiting-the-social-plugin-now-on-android/

+2
source

Source: https://habr.com/ru/post/1446683/


All Articles