Hi,
Currently i create 2 views and on the first view, there is a next button, upon clicking it, it will goto the second view.
Then in the second view, i set some value in the label and when i click back, it will go back to the first view.
Problem: now i am back in the first view, if i click the next button again, the label value i set in the second view is lost.
Question: How can i save the state such that when i click the next button, it will detect that the label is previously set and as such display back the previous value.