Reputation:
I am trying to create tabs at the bottom of the screen, which has to be there through out the application and a list needs to be displayed above. Please help...
Upvotes: 1
Views: 486
Reputation: 3726
Go to this below link:
Here you can get one zip file. In that see the UIExamplePillButtonScreen
and understand it. If you want the tabs for all screens then
Write the code in one class(Ex: TabPannel.java) which extends Field
and add this to any screen like:
setStatus(new TabPannel());
This below link also helpful to you:
Tab bar in blackberry without ToolBarManager
Enough.
Upvotes: 2