I'm just starting to work with j2me. I'm trying to work with HttpConnection but everytime I run my sample midlet, I'm always getting an IOException which says that there is a ...
I have an application where I need to count accurately number of bytes uploaded and downloaded (on both window and linux palrforms) on GPRS connection (a ppp connection). The application is ...
I am making one Java ME Application. Here I am using HttpConnection for making Connection with webservices. I send/Receive data using HttpConnection, DataInputStream & DataOutputStream. But My Problem is that How ...
Hi all, I have the same need as stated in this thread Java application for GPRS connection I want to upload data from my java application running in a Windows Mobile ...