I’ve been using TableLayoutManager as defined in the BlackBerry KnowledgeBase article Create a rich UI layout with TableLayoutManager
I’m considering using GridFieldManager instead.
Is GridFieldManager used for the same purpose? Are there advantages that GridFieldManager has over TableLayoutManager and vice versa?
This is not a complete answer, however here is what I have:
At a glance –
GridFieldManageris a comparatively new component (since API 5.0.0), while you can useTableLayoutManageron much older APIs (since 4.2). So if you’re writting an app to be run on those pre-5.0 devices, then I think you should preferTableLayoutManager.