05-03-2010 09:09 AM
Hi,
I want to implement something like picture viewer application as in native device.
I have tried to build an application, but my scrolling is not as smooth as scrolling in native picture viewer. For example if i want to show 12 images on one page, i have kept 36 image in memory 12 for previous page, 12 for current and 12 for next.But scrolling is not as good as scrolling in native picture viewer.
Can anyone please let me know what will be the better approach to achieve smoth scrolling.
05-03-2010 09:45 AM
Better scrolling? I don't know off the top of my head but the native picture viewer stores thumbnails of the images, maybe because you have 36 images in memory it is slowing the app down. Try smaller images to see if that works better.