I have a scrollview with about 1000 panels in it based on the customScrollView by Klaus. It takes about 5 seconds to build it and that is OK the first time. But my problem happens during orientation change. The scrollview is built again, and the user must wait another 5 seconds for display. If they change back, again another 5 second wait. Very annoying. I have read the life cycle docs, but I must be missing something fundamental and need some help please.
When the orientation changes, how is the best way to handle this? I don't want the scrollview continually rebuilt each time.
Any help would be greatly appreciated!
When the orientation changes, how is the best way to handle this? I don't want the scrollview continually rebuilt each time.
Any help would be greatly appreciated!