开发者

Possible to load content only when its scrolled to first time?

I'm a frontend dev with no windows phone dev experience trying to put together some mockups for a Win phone app.

Essentially the app has a feed and 2 forms ; a post form ( to post to this feed) and a feedback form (for app feedback). I was thinking of doing something similar to other mobile apps I've used on Android, whereby the user can swipe left/right to switch between the feed and the forms and I would like the app the content on demand rather th开发者_StackOverflow社区an loading everything when the app first loads up in a hope to improve performance.

  1. Is this possible i..e to do this loading on demand
  2. Is there any references I can refer to when documenting my design? e.g. an example app or the key functions that would be required to do this sort of "on demand" loading?


If you implement the two views in a Pivot, the content will be loaded when the user accesses it for the first time and will also give you the left/right swipe you are describing. As a point of reference, the system settings screen is a pivot.

Alternatively, you could look at the DeferredLoadContentControl which does something similar in the name of perceived performance.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜