How to get started with Blackberry programming in J2ME? [closed]
I am new to Blackberry development and having problems getting started.
Could anyone guide me to relevant re开发者_开发技巧sources like tutorials and/or simple sample programs?
Start here
a tutorial with a general approach and a Hello World code snippet.
or if you are already familiar with J2ME programming in general, Polish supports some parts of the BlackBerry API, too. See here.
When I'm starting my Blackberry development for the first time, I'm downloading all samples in the Blackberry Developer site, and load in my Eclipse (with Blackberry Java plugin 1.3)
If you are using Eclipse with Blackberry Java Plugin as the editor too, you can go to menu Blackberry > Import > Blackberry Samples
It should download all blackberry samples that you can review and learn, including the simple Hello World application demo.
If you are using Blackberry JDE, after install, go to the installation directory, you will find "samples" folder. you can get all the samples too.
精彩评论