I have developed 2 J2ME games. I have Nokia 6300 & Sony Ericsson w910i for testing the games. Both games work very fine in Sony Ericsson but on the Nokia 6300 throws OutOfMemoryError.
Is there any way to do this? I found some Symbian C++开发者_如何学编程 codes that could do it but nothing in J2ME. I have a J2ME certificate and don\'t have Symbian C++ certificate.
I want to set gauge object in Alert to show the progress but it is giving java.lang.IllegalArgumentException
开发者_StackOverflowI want to schedule my application.try this // Get the current application descriptor.
I am trying to access the audio file from the jar,for doing that i wrote a code,like ... try { InputStream is =
I have just downloaded the Samsung SDK 1.2 for Java Development. Now, it\'s pure based J2ME architecture, so I have a requirement to store some files inside开发者_JAVA百科 the memory for my applicati
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 have read that it is possible to send HTTP/SOAP messages to web service using kSOAP. But is it possible in a J2ME app to开发者_如何学运维 receive HTTP/SOAP messages? I.e. the mobile app acting like
How do you navigate from a game canvas to a form in Java ME when you 开发者_如何学编程require a user to insert his or her username and password?Create the form and add some \"OK\" command to it.
How do I make .class files, that I created using Java, run on a开发者_Go百科n S60 phone?If you used Java ME it should work if you made a jar/jad file. However there are reasons why it could not be wor