i already used livegrid on android and my test has been verified that it is very slower on android with many records (about 500) ... Now i want to known that the true alternative is ListView or tableview or there is any way to make livegrid faster ? someone use OnGetText or OnDrawCell methods to load records but i don't known how !! can i have some example for this ?
I found livegrid is slow too on my android device. Mine has only 5-10 records (rows) and 8 about 8 columns. But My livegrid is livebinded to a database table. Every edit instantly updates database table. Probably that is why mine slows down. I was planning to try not to livebind my table to the grid, and have my table updated right after the user hit some update button. I am not sure if that is going to speed it up. Just a thought to share.
The TableView is also built from the ground up and therefore has the same limitations on mobile platforms as the grid. New components that are in development such as the upcoming treeview component do not have these limitations and have a better performance on mobile platforms.
We will investigate here if we can workaround these limitations in existing components.