Java Mobile Programming (J2ME): Menu, List and Alert

Posted on March 17, 2010

Here’s a short sample application implementing List, Menu, and Alert items using J2ME Mobile Application programming. I use Netbeans with Java Wireless Toolkit (comes with mobile phone emulators) in developing J2ME-based applications. And if you want to install this on your Java-enabled phones, you can do so by copying the JAR file to your phone [...]

Java Mobile Programming: J2ME Chat Application Using Datagram

Posted on March 4, 2010

Enjoyed one of my Computer Science elective class back in college, all about J2ME (Java Micro Edition) – a Java development platform for mobile devices. Got interested in reviewing the topic again since I learned that developing Android applications is similar to the once we discussed in school. So might as well refresh what I [...]

J2ME: Java Mobile Application Programming

Posted on May 4, 2009

Fascinated with those mobile applications you have in your mobile phone? The pre-installed utility tools and games, so called mobile application, are perhaps developed using Java’s Micro Edition – J2ME. J2ME is a subset of the Java platform, along side with J2SE and J2EE. Since Java is platform independent, developing mobile applications with J2ME is portable [...]