Has anyone encountered poor tableView scrolling performance in Android? I load 10 rows, each row with a background image of around 900 bytes, a leftImage of around 15kb, and around 10 or so small images of around 1 to 2kb. Everytime I attempt to scroll the tableView, it stutters as though it seems to be taking time to load those images. Haven't they been loaded before hand? Am I hogging too much memory? Please advise.
2 Answers
If you post a code sample I would be happy to take a look at it for you.
Zheng
Fortunately, the core team have literally just fixed this issue. See ticket TIMOB-1821 for details.
Continuous Build 1.7.X includes it. I have tested this myself and witnessed a considerable improvement. :)
Hope this helps
Your Answer
Think you can help? Login to answer this question!