语言

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.

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

1 回复
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.