Android TableLayout dynamic data display is very time consuming
I am fetching 200+ records from the database and creating a dynamic
table-layout view of it containing 1 image, 1 text view and 3 edit text
for each row.
SQLite data fetching is very fast but the main problem is it is taking
much more time to create the dynamic view.
I want to decrease that time because data can increase up to hundreds of
rows.
No comments:
Post a Comment