Sharing list field item via email in blackberry
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.
精彩评论