Change of location
This blog is changing locations to JIRA. Contact me for more info
an account of my progress in learning to develop BB apps
Josh and I have been studying the specifics behind the project. We pulled the following requirements for the BlackBerry app from the specification documentation....
I have successfully deployed a Hello World app to my BB simulator. This tutorial was very helpful in guiding me to create this app. For the most part, the basics behind BB development have been easy enough to pick up. But I can already see what the hardest part of developing on BB is going to be - writing UIs. With Android, you can create the layout of a screen with xml. It feels like creating a simple HTML web page. BB screens are formatted through straight Java code. This guide gives a pretty good introduction to creating UIs. After creating the more advanced app that this guide uses ,I do feel like I'm getting my bearings with BB development.
Having previously developed apps on the Android platform, I had an idea of the general steps that would be involved in learning to develop for BB. The first step is to set up your environment so that you can start learning/writing code for BB (obviously before this you need to have an updated jdk on your computer). There is a BB plug-in for Eclipse which can be found here. There are two options for installing this plug-in. You can install it directly into your current eclipse environment via the update site or you can download a full installer. This full installer will install eclipse and the BlackBerry plug-in . Long story short, using the update site did not work out for me so I ended up using the full installer.