Android Question Which 'Grid' view is best

Alwinl

Member
Licensed User
Longtime User
I was wondering which view would be best suited to displaying a grid of data from a database. Preferably with sorting from header clicks and maybe a searching facility, the more features the better.

I have been using TableView but was curious as to what other's have used or what is the most up to date.
 

Alwinl

Member
Licensed User
Longtime User
Yeah Erel, it's not so much about how to use the TableView, more wanted to know if there are other grids out there and what the other guys are using.
 
Upvote 0

klaus

Expert
Licensed User
Longtime User
I use the TableView.
You can find a version, not yet offially published, that loads a SQLDBTable directly into the Table.
I think with TableView you have more 'freedom' than with a WebView.
I have never used the Grid library nor the B4AGrid library.

Best regards.
 
Upvote 0
Top