Hi, I am developing an app that has a performance issue. I am currently using scrollview and and the top and left property to place images in grid.. Can i use tableview as an alternative to increase performance. Someone replied here in forums that tableview rendering in V8 is optimized. I am using V8, sdk 2.0.1, android sdk and testing on android device with 512mb ram and 1ghz speed.
2 Answers
How big are your images? The ones I'm serving are 120x90 or 160x120.
How many images are you putting in the grid? I put about 50 into a grid with 4 columns in a scrollview, and performance is very good across all devices we've tested (android and iOS).
Your Answer
Think you can help? Login to answer this question!