Book Image

BlackBerry Java Application Development

Book Image

BlackBerry Java Application Development

Overview of this book

BlackBerry Smartphone was once the domain of jet-setting business users with power suits. Now you can hardly go anywhere without seeing someone using a BlackBerry to check their messages or make a call. It's this kind of explosive growth that makes the BlackBerry ecosystem a great place to develop and market applications through the BlackBerry App World store—this book shows you how to do just that! This step-by-step guide gives you a hands-on experience of developing innovative Java applications for your BlackBerry. With the help of this book, you will learn to build your own applications to illustrate the platform, and the various capabilities that developers can use in their programs. It explores the powers of Blackberry and helps you develop professional and impressive Java applications. The book teaches how to write rich, interactive, and smart BlackBerry applications in Java. It expects the readers to know Java but not Java Mobile or the BlackBerry APIs. We will learn to build rich, interactive, and smart Java applications for the BlackBerry. The book will cover UI programming, data storage, programming network, and internet API apps. As we move on, we will learn more about the BlackBerry's device features, such as messaging, GPS, multimedia, contacts and calendar, and so on.This book also helps you build your own applications to illustrate the platform, and the various capabilities that developers can use in their programs.
Table of Contents (18 chapters)
BlackBerry Java Application Development
Credits
About the Author
Acknowledgement
About the Reviewers
Preface

Time for action - installing the Java Development Kit (JDK)


  1. 1. The installation starts off with the End User License Agreement for the Java Development Kit. If you enjoy reading legalese, feel free to read through it, but if you are like most people, just click on the Accept button and go on.

  2. 2. The next screen shows several components that could be installed. All of the components are enabled by default, but you really need only the public JRE and the Development Tools. The Source Code can help with debugging at times, but in all honesty you probably won't ever use it. Demos and Samples can be helpful for understanding Java in general, but won't have any of the BlackBerry-specific topics in it. The Java DB definitely won't be used on any BlackBerry applications.

  3. 3. After this, the setup program does a lot of work before stopping at another screen asking where to put the install files. I recommend accepting the defaults.

  4. 4. This package is also installing the JRE, which does integrate with...