Website: https://dzone.com

Rank: 233 / 357

2 selected articles

Building an RSS Reader for Android - DZone Mobile

This tutorial will walk through building an RSS reader on the Android platform (focusing on 3.0 + as it will be using Fragments). All the code is available as a complete, working Android app that you can fork/download and fire up straight away on a compatible Android device/emulator. So feel free to go  grab that from GitHub  before continuing. 

It is not an unusual requirement for mobile apps...

Read more

Related topics : rss feed reader android app tutorial / android tutorial rss feed reader / google rss feed reader android / create rss reader android app / rss feed reader android

Building a RSS reader for Windows Phone 7 – Developing the ...

}

}

Here I am checking whether there is a result for the URL used for feed content retrieval. If there is, then I am creating a XmlReader instance that will get the contents in XML format and then passing it to a SyndicationFeed instance that makes it much easier to handle RSS feeds. If the item is not null (and so are its main used properties), then a new instance of ItemModel is created for each item and added to the item collection.

NOTE: To avoid NullReference exceptions, in the App constructor add the following line:

Model.FeedItems = new ObservableCollection

In the same ManageFeeds page,...

Read more

Related topics : best rss reader windows phone 7 / windows phone rss reader feedly / rss feed reader windows phone / rss feed reader windows 7 / best rss feed reader for windows 7