Question

On my panorama app I have a a couple of start-up procedures under the PhoneApplicationPage_Loaded event. However this results in a pause of about 0.5 seconds before you get the Panorama slide-in animation on start-up.

My question is, is there another _Loaded event (or something similar) which I can place these start-up procedures in, which is after the panorama slide-in animation?

Was it helpful?

Solution

It would be propably best if you do your startup-procedures in a different thread.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top