Top "Java-me" questions

Java Platform, Micro Edition, or Java ME, is a Java platform designed for embedded systems.

How to filter an array in Java?

How can I filter an array in Java? I have an array of objects, for example cars: Class: public class …

java java-me arrays vector filter
Barcode reading using picture taken using mobile phone camera

How do we do programmatic reading of a barcode that is captured using a mobile phone camera? For example, how …

iphone android java-me mobile barcode
Running J2me apps on Android phones

Is it possible to run J2ME apps on Android phones? If so, what is the installation procedure? Otherwise, is …

java-me
java-me: Convert String to boolean

I'm developing for BlackBerry and I got stuck with this stupid problem: I need to convert string values "1" and "0" to …

string blackberry java-me
Generating a random hex string (of length 50) in Java ME/J2ME

My app needs to generate a hex string to use as a session ID. Java's SecureRandom doesn't seem to be …

java-me
Blackberry - Loading/Wait screen with animation

Is there a way to show "Loading" screen with animation in blackberry? Options: PME animation content multithreading + set of images + …

user-interface blackberry java-me loading wait
Rounding a double to 5 decimal places in Java ME

How do I round a double to 5 decimal places, without using DecimalFormat?

java java-me rounding
Eclipse IDE- Add jar? Add External jar? Add Library?

I want to integrate TwitterAPIME to my Blackberry project. I have 3 Jar files provided by TwitterAPIME. I am not sure …

java eclipse blackberry java-me
get current date in dd-mm-yyyy format

how to get current date in DD-MM-YYYY format in BlackBerry i have already tried the following, but it gives me …

date blackberry java-me date-format
How to convert StringBuffer to InputStream in Java ME?

I'm new in Java and learning Java ME development. I got stuck in this conversion. Please help me to convert …

java java-me inputstream midlet stringbuffer