简体   繁体   中英

Best approach to display large amount of text on Blackberry

I have a list of store addresses that I want to display (about 100). The data is being read from a database.

Each address will look like this:


29 Main Street, City, State
Tel. (123) 456-7890
Fax. (123) 456-7890

The name of the store will be bold and slighter larger font than the rest of the address.

Is my only option to read through the table, and for each record, add a new Textfield or LabelField to a VerticalManager?

Or is there a better approach to handle large amounts of text that still require some formatting?

Looked at RichTextField, but it doesnt have any kind of appendText method, just to setText

为此,我将使用ListField,或者如果您希望正常隐藏一些数据,则可以使用TreeField通过用户操作撤消。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM