What is Application State in Windows 7 Phone?
Essentially Application state is a Structured Data. If Data returned by a Web Service is being displayed on different pages with different view then we can call that Data as Application State.
So, Application state is Data returned by a Web Service and same Data being used in different views at the application level.
What is Page State in Windows 7 Phone?
It is common scenario that user fill some value on an application page and navigate from that page. On returning to the same page user expects persisted value on the application page. Page state is visual persisted state of the application page.
No comments:
Post a Comment