user1053646
user1053646

Reputation:

How to create Tabs in Blackberry

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

Answers (1)

alishaik786
alishaik786

Reputation: 3726

Go to this below link:

Advanced UI Components

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

Related Questions