Mobile Information Device Profile is a set of Java ME specifications.
I'm looking for an algorithm that rotates an image by some degrees (input). public Image rotateImage(Image image, int degrees) (…
algorithm optimization java-me image-manipulation midpI am working on a Midlet application. I am finding myself in the need to scale images very often. This …
java image-processing image-manipulation midp image-scalingI have a thread: Thread t = new Thread(){ public void run(){ ServerSocketConnection scn = (ServerSocketConnection) Connector.open("socket://:1234"); // Wait for a …
java multithreading java-me midpI have read many a posts where-in they speak about reading and writing into the file NOT simultaneously using JavaME. …
java multithreading java-me midpI was wondering, how do I add a button in a form? Below is my code form = new Form("ePolicia …
java-me midp lcduiI am using Java Micro Edition and I am trying to create a simple login form with a record store. …
java-me midp lcdui