A table has 3 columns. and rows keep on increasing dynamically. I want to display the 1 row data in 1 textview.
So If there are 5 rows, I want to dynamically create 5 textviews and insert data into them.
What is the logic for dynamically creating textviews based on upon the row count?