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:

  • You should create a new feed class that inherits from FeedBase
  • Override the method GetFeedAsync and get your data

Clone this wiki locally