This should ideally be an easy task but I am unable to figure out how to display data in a table with borders in android.
I have looked at this How can I create a table with borders in Android?
and it kind of seems to be what I am looking for , but the number of rows and columns are not known before hand to be. I would have to create them on the fly. Does anyone know how to create a table in xml and then insert a row or column later?