c# - Building a Comic strip RSS reader - feeds won't show -


i went through this guy's tutorial build rss reader in hopes of converting comic strip reader, when try so, app never works way want to.

the app in it's current state has item's page items lead split page displays blogs feed tutorial provides, when try , use my own feeds app displays empty items page tile , split page behind shows nothing "author, pub date, link, categories" stacked in centre of screen.

what want have happen have app launch split screen directly , display these comic strips, i'm not sure how make happen...

cheers.

you might fetching data wrong rss url. follow these steps

  1. download blog reader sample

  2. that link open feeddata.cs file. see & changes in downloaded project. go getfeedsasync() method definition. contains rss channels.

  3. replace http://blogs.windows.com/bla-bla-bla rss urls theses urls.

  4. that's it. run app, selecting windowsblogreader project startup project.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -