Hello,
how can I save the State of core views placed in the TabStrip using StateManager?
I am using the example of the tutorial "
TabStripViewPager - Better ViewPager" project, I added an EditText to Page1 and a CheckBox to Page2. I added the module StateManager (with the necessary references), and I added the suggested code in Activity_Create and Activity_Pause, however I do not have the expected results.
Analyzing the StateManager, in the Sub SaveState code, it reports that the activity has only NumberOfViews = 1, and the cycle: For i = 0 To Activity.NumberOfViews - 1, prevents the execution of innerSaveState.
Thank you for your support.