midlet Questions
3
Solved
I'm new in Java and learning Java ME development. I got stuck in this conversion. Please help me to convert StringBuffer to InputStream. Thanks!
Miser asked 10/11, 2011 at 14:19
2
Solved
A simple question with a fairly complicated answer:
How do you sign a Java Midlet so you can load it onto a mobile phone with less security prompts?
2
Solved
I have a written a J2ME application which uses Bluetooth and search a file within the peer mobile and download it. I would like to make my application run in background , whenever I get a call , or...
5
I'm writing a MIDlet using LWUIT and images seem to eat up incredible amounts of memory. All the images I use are PNGs and are packed inside the JAR file. I load them using the standard Image.creat...
2
Solved
6
Solved
I have seen many people writing that Java ME (J2ME) is dying. Is it true? What is its future? Should I learn Java ME if I want to create apps for smartphones? If yes, where to start?
3
Solved
I been looking around and at sources like this one they say that a Midlet can invoke another if they are in the same suite, or if they are in the same namespace and in the same jar file.
I do not ...
1
Solved
Is it possible to get a device to open a file on disk using the MIDlet.platformRequest(String url) method? I was hoping to use the following:
midlet.platformRequest("file:///path/to/file/file.png"...
Daudet asked 13/11, 2008 at 13:0
1
© 2022 - 2024 — McMap. All rights reserved.