Languages

Menu
Sites
Language
Multiple choice of sharing a file ?

Hi,

I would like to share a file in my application but not with only one way, the user could choose between e-mail, sms, bluetooth, and others...

The issue is that I don't want three different buttons which do the same thing in different ways, I just want to click on a button "share" that offers me a multiple choice of sharing (like when you share with any mobile OS like Tizen).

Is it possible to do that? If yes, how would you proceed?

Thanks in advance,

Théo.

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

1 Replies
Raghavendra Reddy Shiva
One simple way to do this is using the "popup" dialog i.e When user clicks on a "share" button, the popup should list all the options available for sharing a file. Here is the code snippet for using popup in Tizen. Share Ofcourse there might be other ways in acheiving this, but i feel this is simple and straight forward.