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 [...]
Java Mobile Programming: J2ME Using RecordStore (RMS)
Posted on June 15, 2009
Here’s a quick code demo on how to use J2ME’s RecordStore feature under the record management store (RMS). With RMS, you can add, delete, and update/edit data via the MIDlet interface. This sample code was created during my 3rd year CS elective class (CS Elect 1 – Mobile Application Development) at ADZU. It is a [...]
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 [...]
Bluehop: Data Transfer using Bluetooth Multi-Hopping Technique
Posted on March 5, 2009
I am currently finishing my undergraduate thesis entitled Bluehop (Data Transfer using Bluetooth Multi-Hopping Technique). And, the deadline for final defense is set to next week and I am still roughly 40%-60% in progress with the application development. I am not really worried with the paper documentation because it won’t take that much time to [...]
