Hi Erel
Could we have a couple of new methods on the standard page viewer?
I have an app that need to page through loads of data and is running out of memory.
What I would like to do is only keep three panels in a page view and add a new panel to the end of the viewer as they page through and remove the first one.
I.e. initially load pages 1,2 & 3 and if they get to page 3 remove page 1 and add page 4 so the tablet only ever holds three pages in memory but look like it is holding several hundred.
removeAt and insertAt methods would do it?
Or does anyone have a better idea as to how this could be achieved..?
Thanks
Could we have a couple of new methods on the standard page viewer?
I have an app that need to page through loads of data and is running out of memory.
What I would like to do is only keep three panels in a page view and add a new panel to the end of the viewer as they page through and remove the first one.
I.e. initially load pages 1,2 & 3 and if they get to page 3 remove page 1 and add page 4 so the tablet only ever holds three pages in memory but look like it is holding several hundred.
removeAt and insertAt methods would do it?
Or does anyone have a better idea as to how this could be achieved..?
Thanks