hi,
i am trying to do networking with the help of HttpConnection class but always get this warning either i use
thread or not..
Warning: To avoid potential deadlock, operations that may block, such as
networking, should be performed in a different thread than the
commandAction() handler.
and after this the MIDP application is not working.
this is my code & it is a code for a mobile application.
anybody can please update this code because i am trying to call in a different thread but its not working.
[HENRY: Added Code Tags]