Hello. I feel really dumb for having to post this, but here it goes. I am trying to learn how to make applications for the blackberry, and I want to go through the labs on blackberry.com. The problem is, I can't find and actual tutorials; all I can find is the place that tells you what is covered in the tutorial. Here is an example:
Exercise
Write a basic application for a BlackBerry® device that displays the message "Hello World!" to users.
Objectives
* Discover how to use the integrated development environment (IDE).
* Discover how a BlackBerry application is organized.
* Discover some of the basics of BlackBerry user interface APIs.
Setup
1. Download the file
2. In the IDE, open the helloworld.jdw workspace
3. Open the helloworld.java source file.
Tasks
1. Add code to the main() method to start the application.
2. Define a constructor for your application to display HelloWorldScreen.
3. Add code to the HelloWorldScreen inner class to set the title for the screen, for example, "HelloWorld Sample".
4. Add code to display the text "Hello World!"
5. Add code to the onClose() method to display a dialog box with the text "Goodbye!" when the user closes your application.
Check Your Work
Download the completed code (ZIP)
Review
In this exercise, you discovered the following things:
* how to write, compile, and run applications in the IDE
* how to start an application
* how to create a screen and add a title and text fields to it
* how to define an action when the user closes an application
Additional Labs
Go to the Next Exercise in "The Basics of Developing for BlackBerry", Creating a user interface
That is the only page I can find. Where is the actual lab that allows me to learn how to make an application? Also, if anyone knows of other places where I can find blackberry application development tutorials, please let me know. Thanks, everyone.
Start Free Trial