Is there any form to get the data of the recordstore from an external m开发者_如何学编程iddlet ?It is only possible if the MIDlets are in the same MIDlet suite (i.e. they are in the same .jar file), t
Is it safe to implement a MIDlet class as a singleton? That is, after all, the Display class is acting like a sin开发者_C百科gleton for each and every midlet so is the midlet itself a singleton by beh
I\'m using the Samsung SDK 1.2.开发者_JAVA百科0 Beta in Netbeans 6.8.I\'m trying to test my midlet for accessing the record store management system.
How can a MIDlet ascertain whether it has been manually invoked or automatically? Thanks!开发者_如何学JAVAI can have a MIDLet with tasks A and B subclass the MIDLet with Task A and override \"A\" wit
I\'ve written a MIDlet with J2ME using Eclipse. To test it, I transfer the MIDlet using a bluetooth connection to my Nokia 6131.
I have developed a midlet that is supposed to be invoked using Push Registry 开发者_StackOverflow中文版only. The user must not be able to manually start the app. I have achieved this by checking if th
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
I get these warnings w开发者_开发技巧hen packaging and of course the application doesnt work on the simulator
how can i determine the color depth of the displ开发者_C百科ay device during runtime. is this even possible?Call Display.numColors().
Besides doing it manually using regular expression search, is there other better ways to parse a JAD file?