Hi,
What will be the easiest way to display a simple grid (few columns few rows) which contains data I’m pulling from Firebase real time DB.
I know how to fetch the data; don’t know how to visualize in a grid.
I believe ListViewer is not good enough as it has only sort of one column to show.
Thanks a lot