I am new with Blackberry programming and Java in general. I do have previous experience with C, C++, VB, and quite a few others. However, this is my first foray into the Java world.
I have found lots of information on MIDP classes, but would rather use native RIM API whenever possible, especially for UI elements. Specifically, I am looking at using the MIDP form element to set up my screen layout, but do not know if that is the best option. Or is there a Blackberry specific solution to this? If I do use the MIDP form element, will it render like a native Blackberry app? Or will it look like an MIDP app?
Also, does anyone have a good resource for BB specific tutorials and samples? The hardest part of starting out seems to be the lack of newbie information out there.