I have a midlet that makes two consecutive http requests, one in a first thread, and the second by a method call made by the first thread that spawns another thread.
The second request gave me an...
Type: Posts; User: pushpradhan; Keyword(s):
I have a midlet that makes two consecutive http requests, one in a first thread, and the second by a method call made by the first thread that spawns another thread.
The second request gave me an...
Is there any way that a MIDlet can make system calls to the native Symbian OS for the 3650 ?
I am developing a Network-Aware MIDlet for the 3650, which makes an extremely large number of http requests. The problem i am facing is that everytime the application tries to access the network, the...