07-31-2009 03:06 PM
Hey everyone--
I thought I'd give it a go and try to make some BB apps. I'm somewhat proficient with Java so I'm brushing up on that but I was wondering if anyone knew where I could find some open source apps that are already completed so I have some good example of how things are supposed to mesh together. Any help would be appreciated. Also, does anyone know of any books for BB development? Thanks.
-Steve
07-31-2009 03:14 PM
07-31-2009 03:38 PM
08-01-2009 03:03 AM
Hi,
If you have downloaded the JDE. Then you see so many working examples added in your work-space.It will be great help,and dont forget to go through pdf's...
08-01-2009 12:47 PM
Speaking from personal experience, I'd start out with wanting to do something specific first. I'd decide if I wanted to do UI application that accepted text from a user and then output it back out again or something like that. So task 1 for me would be to figure out what I wanted to write. Task 2: I'd look for a similar implementation in the samples from the JDE (on my pc they're here: "C:\Program Files\Research In Motion\BlackBerry JDE 4.6.0\samples\com\rim\samples\device"). I started off with HelloWorld and just went from there. Since you're proficient in Java, you shouldn't have any difficulties in following along; the samples are also well documented. Task 3: I'd get the app running on my simulator. For JDE, its as simple as loading up the sample and running it. More or less similar in Eclipse (my preferred dev environment). Once it runs on my sim, I'd just make changes to it as required until I get really comfortable with what I'm doing.
I'd advise you to also look through the BlackBerry JDE Fundamentals Guide (4.6.0 can be found here: BlackBerry Java Development Environment - 4.6.0 - Fundamentals Guide)