Kraft & Kennedy, Inc. provides technology and strategic consulting services to law firms, corporate legal departments and financial services firms. We can help you analyze, plan, implement and manage business and technology solutions to optimize your organization's functionality and processes.
Research in Motion (RIM) offers two ways of writing applications for BlackBerry devices–Native Java, and the Microsoft Visual Studio plugin. As a VB.Net developer, I was tempted to go the Visual Studio plugin approach, but I decided against it for the following reasons:
For these reasons, to be able to debug for the Storm, and to have access to the entire BlackBerry library, I decided to go with the Java approach. The transition is quite easy, once you get the development environment in place and write your first test application. The BlackBerry website has a lot of good information for developers, if you’re able to find it.
I found that this page has everything you need to get started developing BlackBerry applications:
http://na.blackberry.com/eng/developers/resources/tutorials.jsp#tab_tab_development
Rather than copy and paste information from their guides, I’ll just point out some of the things I wish were clearer in each document.