Hi there,
I have an application in MIDP 1.0 using cookies. I noticed that on emulator the app correctly retrieves the "set-cookie" field via HttpConnection.getHeaderField(). However on the actual...
Type: Posts; User: obandu; Keyword(s):
Hi there,
I have an application in MIDP 1.0 using cookies. I noticed that on emulator the app correctly retrieves the "set-cookie" field via HttpConnection.getHeaderField(). However on the actual...
Is there a data file e.g. sounds or images in your program? This could be the cause.
Some midlets work well enough in 9300/9500 but in a project I completed recently, I will vouch that it is better to use Personal profile. Coming from a J2SE background, I find the larger API...
Manuel,
It is not really complicated. I use Sun WTK to develop J2ME. So, rirst, the string file should be in the res directory so that it is properly loaded into the JAR archive. Works with MIDP...
Due to time on my hand, I cannot give you source code for this. However, this calls for some "clever programming". Consider this
1. MIDP 2.0 supports the push registry which allows you to set an...