Blackberry - how to Display Dynamic Table Layout view
In Blackberry, How to Create Dynamic Layout View which data is parsed and loaded using XML or JSON Parser and Table Layout be like as below
-----------------------
image| Text
--------------------开发者_JS百科---
image|Text | image|Text
-----------------------
image|Text | image|Text
-----------------------
-----------------------
image| Text
-----------------------
image|Text | image|Text
-----------------------
image|Text | image|Text
-----------------------
Please Provide Sample Code
Take a look at FlowFieldManager, it should do what you want.
精彩评论