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
download blog reader sample
that link open
feeddata.cs
file. see & changes in downloaded project. gogetfeedsasync()
method definition. contains rss channels.replace
http://blogs.windows.com/bla-bla-bla
rss urls theses urls.most popular : http://feed.dilbert.com/dilbert/most_popular
that's it. run app, selecting
windowsblogreader
project startup project.
Comments
Post a Comment