0

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

vks
  • 6,649
  • 7
  • 36
  • 55

3 Answers3

1

This may help:

Go to the below Link and download zip file:

TableLayoutManager.java

According to that you can send values to that calss.

alishaik786
  • 3,696
  • 2
  • 17
  • 25
0

Please try VerticalFieldManager Class. According to JDE 4.6.

net.rim.device.api.ui.container.VerticalFieldManager

Prasad.

Prasad Rajapaksha
  • 6,118
  • 10
  • 36
  • 52
0

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

Community
  • 1
  • 1
Stack User 5674
  • 1,548
  • 1
  • 20
  • 44