开发者

Sharing list field item via email in blackberry

开发者 https://www.devze.com 2023-02-08 02:13 出处:网络
I am developing an application in blackberry.The application has got list field items.So when i click any list-field item,it should open the default ema开发者_StackOverflow中文版il client of the devic

I am developing an application in blackberry.The application has got list field items.So when i click any list-field item,it should open the default ema开发者_StackOverflow中文版il client of the device,so that the person can share that item.Can anyone provide sample code for sharing item via email in blackberry?


It's pretty easy, actually. Call the Invoke.invokeApplication method, as shown in this example:

http://docs.blackberry.com/en/developers/deliverables/11935/Invoke_BB_device_software_app_565421_11.jsp

You can use this to make phone calls, open the calendar, etc.

0

精彩评论

暂无评论...
验证码 换一张
取 消