I want to use a grid style Layout to display a lot (~300+) of Datasets from an SQLite querry.
I could do this with a ScrollView, but I was wondering if this is the right way.
What about CustomListView or TableView? Would this work faster, or more memory efficient?
Can I add columns to a Table view?