midp-2.0
Selected lIstener on javax.microedition.lcdui.CustomItem (MIDP)
How can add a lis开发者_JAVA技巧tener to a javax.microedition.lcdui.CustomItem so that when it is selected an event is fired ?[详细]
2023-02-09 03:24 分类:问答Filling a rectangle - paint method (MIDP)
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[详细]
2023-02-06 12:17 分类:问答How to read an SMS message from inbox using j2me (midp2.0)?
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.[详细]
2023-02-01 03:39 分类:问答Where can I check the available memory (heap) of phone model
Is there an online database where I can check the amount of available heap memory on a particular mobile phone ?开发者_JAVA技巧[详细]
2023-01-29 01:37 分类:问答J2SE and Java DB
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[详细]
2023-01-26 16:29 分类:问答Error while Running MIDP 2 applications in netbeans
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[详细]
2023-01-12 13:56 分类:问答why getAppProperty() is not static method?
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[详细]
2023-01-07 00:44 分类:问答Can a native Blackberry application (not MIDlet) use MIDP Push Registry?
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[详细]
2022-12-10 20:41 分类:问答MIDP 2.0 push registry
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[详细]
2022-12-09 16:35 分类:问答