Scrolling Kitchen Sink 'Layout 2' TableView on Android 2.3 example is very very slow. If fact, I get the "not responding" dialog sometimes.
This was working a couple of weeks ago but now is no longer. I wasn't worried as I was expecting it to be fixed once 1.7.0 came out. (It has similar issues with the released version of 1.7.0 too.)
I need a quick fix. Should I use a scrollview to encapsulate the tableview? I assume this is an issue with some kind of virtualization of the rows and the scrollview will eliminate that need as it will give the table 'room' to take all the memory is needs to display all the rows. Assuming there is enough memory ;).
Thanks for any help, Andy
Your Answer
Think you can help? Login to answer this question!