开发者

Synchronized Navigation

Is there any trick to navigate on other page through synchronous pr开发者_如何学Pythonocess?


I'm guessing this is linked to your other question (http://stackoverflow.com/questions/4593463/about-synchronized-navigation).

Synchronous process are (generally) bad for perceived performance. This perception is amplified on mobile diveices (such as phones).

Because of this, most operations on WP7 happen asynchronously. As a general rule you should learn to work with this behaviour rather than against it as it's there for a reason.

If you have a specific issue where you wish to perform an operation synchronously then post the specific details and we'll advise accordingly.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜