How can add a lis开发者_JAVA技巧tener to a javax.microedition.lcdui.CustomItem so that when it is selected an event is fired ?
Im trying to slowly paint a rectangle using two calls of .fillrect method with Thread.sleep call between each method. What is happening is that the sleep method is getting called before the rectangle
I want to access the inbox me开发者_运维技巧ssage text from j2me application. I have no idea about accessing inbox.You can\'t achieve this with j2me. I already discussed in Nokia forum. See this link.
Is there an online database where I can check the amount of available heap memory on a particular mobile phone ?开发者_JAVA技巧
Greetings, My Java experience is limited, but I have a fair enough understanding of it. With that in mind, I am attempting to write a mobile application with a self-contained database -- Java DB -- f
I am trying to run(emulate) a simple midp2 j2me application in netbeans(6.8) in ubuntu 10.04. It is building fine , with no errors, but when i choose run , itgives \"http server is not running.start i
getAppProperty(String key) is instance method in MIDlet class. Since all midlet in m开发者_开发技巧idlet suite share same manifest/jad file, so why cant it be a static method?If the phone runs several
If I am writing a MIDlet, and if the device supports SMS push registration (i.e. supports WMA 1.1 spec), I will be able to send push messages to the application that is installed on the phone and is l
We would like to use MIDP2.0 push registry to invoke our MIDLet at regular interval to 开发者_JAVA百科check for new messages from server. If another MIDLet is already running in the foreground will ou