Hello, I am using ViewPager, but now I would like to save the states, instead of regenerating the cells.
I see that the viewpager is very similar to the user adapter for listviews, and they work similarly, when listview regenerates the data in the cells after they no longer appear on the screen, the viewpager is the same.
Is there a way to make a view object, some kind of object that saves the state of each view after it is loaded initially, so that the viewpager cells load faster. (there is some processing and rendering for each cell, but I will check the memory limits myself)
here is my viewer
source share