How to send MMS in J2ME? [closed]

本秂侑毒 提交于 2019-12-23 09:32:54

问题


How to send MMS in J2ME?


回答1:


See JSR 205.

Here's a sample code at Java Tips.

Obviously the handset and service provider have to support MMS...

Last link, a more descriptive piece on J2ME MMS.




回答2:


Martin Clayton's answer is correct except it's actually JSR 205 you need for MMS.




回答3:


As with all good things in Java Mobile remember to test on your target handsets, some over achieving device manufacturers have limited the payload to a max size of 32kb, which you might find tricky if you are sending images or video



来源:https://stackoverflow.com/questions/1627392/how-to-send-mms-in-j2me

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!