J2ME: For sending image via SMS
How can I convert 开发者_开发技巧the image from jpeg to binary at sender side & binary to jpeg at receiver side?
It is not recommended to do it. Rather stream your image from mobile to your server using webservices and receive it from server from other device
Try searching for some JPEG Encoders written in J2ME. That will help you, however sending it via SMS is an overkill
精彩评论