In my BlackBerry App, need to list items just like table view in IOS.anybody know which tool is better for this.is there a table view available in BB?
Help is highly appreciated.
Thanks, VKS
In my BlackBerry App, need to list items just like table view in IOS.anybody know which tool is better for this.is there a table view available in BB?
Help is highly appreciated.
Thanks, VKS
This may help:
Go to the below Link and download zip file:
According to that you can send values to that calss.
Please try VerticalFieldManager Class. According to JDE 4.6.
net.rim.device.api.ui.container.VerticalFieldManager
Prasad.
From Blackberry os 6.0 you can use TableView Class. Refer How to use Table View layout.
For lower versions you should create a custom manager and override the sublayout method and inside it layout fields according to your needs.
see related stackoverflow links