Search code examples
windows-phone-7xamlwindows-phone-8controlswindows-phone

WP Control to use to databind to display feed of text "articles" from API?


I have an API returning a Json feed containing a list of "articles" comprising of a text paragraph and title. What windows phone 8 XAML control should I use to display said articles?


Solution

  • Use ListBox with custom ListBox ItemTemplate