Saturday, February 27, 2010

J2ME - How to write your first app.

After setting up your development environment, now is the time to write our first app in J2ME. We call it hello-mobile. To write your first app, make sure your development environment has been setup properly. Click here to read "How to ensure your J2ME development environment is setup properly".

There are quite a few ways of developing your first J2ME application. We will discuss two ways of doing that.
  1. You can either use Eclipse as your development environment
  2. Or you can use Sun's Micro Edition software development kit

We will mostly use Eclipse for our development tutorials but for the first app, we will demonstrate the both tools. Here we go:

1. Your first J2ME app using Java Platfrom Micro Edition SDK Tool
2. Your first J2ME app using Eclipse


Our tutorials here assume that you have the basic software development knowledge in Java Programming language or have at least acquintance of the language.

Some books for you to learn Java in case you are not very proficient with Java

-------------------------------------


Related Articles

How to ensure your J2ME Development environment is setup properly

J2ME - Basic Introduction

No comments:

Post a Comment