Archive for the 'Java Platform Micro Edition' Category

Mobile Gaming

Mobile Gaming
A Mobile Gaming is the best medium of entertainment in the real life because mobile game is user friendly and portable. However,the mobile industry both in gaming and applications is still in its infancy. Developers, manufacturers and carriers are all still working hard to revolutionize the mobile industry and ultimately drive millions of Dollars […]

Java ME Coding Tips

Java ME Coding Tips
The following tips are only suggestions and May or may not give gains in performance, it is to your own judgment and discretion to use them or not.
1. Use String Buffer instead of String because of the fact the String object cannot be changed. Any modification to a String variable is actually […]

Key Components in the J2ME Platform

Key Components in the J2ME Platform
The variety of mobile devices ranges from powerful tablets and PDAs to small mobile phones. It is unrealistic to expect a single JVM solution for all these applications. A JVM that runs well on a tablet could prove too large and too slow for mobile phones; a JVM for a […]

Getting Hands On to Java ME

Getting Hands On to Java ME
Writing a Java ME application is different from writing the classical java application. Though it uses the same basics programming constructs as used with Java SE applications. Java ME platform provides a better space to develop games and applications for small devices like PDAs and handheld devices. Basically there are […]

Java Platform Micro Edition

Java Platform Micro Edition
It is a natural phenomenon to think about learning and adopting new technologies while there exists some well-established and popular ones. It is the scenario prevailing with the development of software for small, resource constrained devices such as cell phones, PDAs and set-top boxes.
From smart cards to mobile phones to enterprise applications […]