Is there a way to achieve something similar the the UIActivityItemProvider that's in native iOS?

I’m looking for something that will work similarly in iOS and android that will allow a user to choose between different sources to share, such as Facebook, SMS, and Twitter. Something that would look like what’s below, and upon selecting I could launch the pop-ups for sending sms, or sharing etc.

YtDLYTj.png

Is there anything like this that already exists? Or would this be something that I had to write myself?

We have many of the functions available to implement the buttons with system dialogs, like mail, twitter, facebook and SMS.  It wouldn’t be very hard to build that panel given you have the icons to do that.

Rob

Alright, I was just hoping there was one built in. Thanks for the information, Rob.

We have many of the functions available to implement the buttons with system dialogs, like mail, twitter, facebook and SMS.  It wouldn’t be very hard to build that panel given you have the icons to do that.

Rob

Alright, I was just hoping there was one built in. Thanks for the information, Rob.