Reputation: 28665
I'm planning to port an app from Android to Blackberry (targeting BB 6.0 only). On Android, I've developed a custom expandable text field component, where the user can click on a more/less link to expand the text.
My question is whether there's an existing UI component coming with BB SDK (6.0) or any open source project that already implemented the demanded feature, or whether it also needs to be implemented from scratch.
Some details:
Upvotes: 1
Views: 591
Reputation: 3505
There is no built-in component that can do this, no. The built-in components are pretty basic and haven't changed that much since the very early days. That's one criticism that developers have.
RIM has released a set of advanced UI controls that you can use in your apps, but no text fields in that. I think you'll have to roll your own, probably wrapping a text field and a custom field within a vertical field manager.
Upvotes: 1