Skip to content

Getting custom data

Bishoymly edited this page Aug 9, 2012 · 2 revisions

Read Understanding the data classes before reading this.

If you need to get your app data from another source you should do the following:

  • Create a new feed class that inherits from FeedBase
  • Override the method GetFeedAsync to get your data, and fill objects of DataGroup and DataItem or your similar classes into AppData collections.
  • If your feed should fill items in a certain group, or fill the data of a single item, the property TargetData from FeedBase should be used to link the feed with its target group/item.

Clone this wiki locally