AndroidDevcamp

 

RSS_Feeds

Page history last edited by Martijn Pannevis 10 mos ago

Parsing feeds

Some sites don't offer an API, but do have RSS feeds to their data.

This information can offcourse be included in applications. 

While it's possible to parse the RSS feeds on the client directly, it can be usefull to add an intermediate server, to handle the feeds.

Such a service is easy to build youself, but hosted versions also exist. For example Google Ajaxfeeds can supply feeds as JSON (and handles the caching, different feed formats etc).  Getting a JSON feed from an RSS feed is described at

http://code.google.com/intl/nl-NL/apis/ajaxfeeds/documentation/#fonje 

Another feed parsing API is SimplePie Live:

http://live.simplepie.org/

A sample request is: 

http://live.simplepie.org/app/0.5/api.js?simpleResponse=false&onSuccess=&onFailure=&feedUrl=http%3A%2F%2Frss.news.yahoo.com%2Frss%2Ftopstories&guid=callback

This returns a feed in JSON, which will be easier to parse than the full XML for a feed.

 

RSS Feeds.

These feeds contain information that might be interesting. If you feeds that should be on this list, email me on adca at panman in nl

 

Specialbite:

 

NEW feeds (live today on ADCA!):

http://www.specialbite.com/index.aspx/rssnew

Contains:

Naam restaurant
Plaatsnaam restaurant
Adres- en telefoongegevens restaurants
Openingstijden/prijzen restaurant
Titel recensie
Korte recensie van 300 tekens
Link naar SB site
Plaatje (Url naar foto)
 

Use as the old feeds: 

 

RSS FEED alle steden/provincies:

http://www.specialbite.com/index.aspx/rss

RSS FEED per stad:

http://www.specialbite.com/index.aspx/rss/Amsterdam

http://www.specialbite.com/index.aspx/rss/Rotterdam

http://www.specialbite.com/index.aspx/rss/Den haag

http://www.specialbite.com/index.aspx/rss/Utrecht

http://www.specialbite.com/index.aspx/rss/Maastricht

etc.

RSS FEED per provincie:

http://www.specialbite.com/index.aspx/rss/Noord-Holland

http://www.specialbite.com/index.aspx/rss/Friesland

 

Nu.nl mobiel:

Algemeen: http://mobiel.nu.nl/open/rss?s=Algemeen

Economie http://mobiel.nu.nl/open/rss?s=Economie

Beurs http://mobiel.nu.nl/open/rss?s=Beurs

Internet http://mobiel.nu.nl/open/rss?s=Internet

Sport http://mobiel.nu.nl/open/rss?s=Sport

Achterklap http://mobiel.nu.nl/open/rss?s=Achterklap

Opmerkelijk http://mobiel.nu.nl/open/rss?s=Opmerkelijk

Wetenschap http://mobiel.nu.nl/open/rss?s=Wetenschap

Plugged http://mobiel.nu.nl/open/rss?s=Plugged

Auto http://mobiel.nu.nl/open/rss?s=Auto

Muziek http://mobiel.nu.nl/open/rss?s=Muziek

DVD http://mobiel.nu.nl/open/rss?s=Dvd

Film http://mobiel.nu.nl/open/rss?s=Film

Boek http://mobiel.nu.nl/open/rss?s=Boek

Games http://mobiel.nu.nl/open/rss?s=Games

 

 

Comments (0)

You don't have permission to comment on this page.