My app has a page which gets populated based on a call to a database.
This call is needed only once, and next time the user should reopen this page without refreshing it again.
This is similar to the appery default back button, but should point to the page above.
How can this be implemented? Saving the data locally rather than reading that from the database does not solve the problem because most time is spent creating the UI. I'd just like to refresh the UI.