Windows Phone 8 page lifecycle
问题 I started developing an App for Windows Phone 8 and was wondering how my handling and keeping track of Page-Instances could affect performance and memory consumption. What is the usual lifecycle of a Page-Object? Can i monitor the necessity of a Page-Object staying alive? Thanks 回答1: Not so sure if what you ask is the following: Each Windows Phone Page has a constructor method which is called only once when the page is created - meaning that this method is called only once. Then comes the