I see that I can create the the UI controls like buttons, labels and textboxes by writing code in the class, and drawing them through the “pushScreen” method.
My question is: can we draw UI design by drag & drop from a toolbox?
I have been working in iPhone development, and expecting that Eclipse would have a similar approach for UI design.
As much as what I know there is no alternate approach for UI design in blackberry except coding. The only approach for UI design in blackberry is through coding.