I have been searching for hours, I have just started doing Blackberry OS 6 Development, new to it completely, it’s a switch from IPhone.
I was wondering if someone could give me a deep in depth tutorial on how to create a multi view application with one global toolbar / tab bar.
Source code would be great so I can read through it and understand it better.
I created a basic app, but I am trying to add a global toolbar / tab bar to it, and am just struggling.
thanks.
This is not “a deep in depth tutorial” :), however here is the info to start with:
Note the
ToolbarManageris availble since OS 6. So for a previous OS you will need to create your customManagerto hold the buttons and to place that manager into status section of theMainScreen(using theMainScreen.setStatus(Field status)).