Questions tagged [rss-reader]

RSS Reader is a client software or a web application which aggregates syndicated web content such as news headlines, blogs, podcasts, and video blogs in one location for easy viewing.

RSS Reader is a client software or a web application which aggregates syndicated web content such as news headlines, blogs, podcasts, and video blogs in one location for easy viewing.

RSS Reader is also termed a news aggregator, feed aggregator, feed reader, news reader or simply aggregator.

461 questions
2
votes
1 answer

Android Storing RSS feed parsed data in a database for offline use

I am parsing a Rss feed using sax parser in android. I am able to display the data online when net is connected but i also want it to work for offline use and update it when it gets connected again to internet / wifi. I have no clue how to go about…
gandharv09
  • 257
  • 5
  • 17
2
votes
1 answer

I am reading RSS link if it is not valid then throwing exception, How to handle it using PHP

I am developing web application for RSS feed automation using PHP. Problem in my module i adding link of rss and store in database then those link display to the user and when they click on link they can show the data of the link. But sometime…
Satish Sojitra
  • 622
  • 6
  • 18
2
votes
2 answers

Extract article text from URL

I would like to extract the text of the article for a given URL. Do you know if it exist some library or existing code which is able to do that ? Here is an example of URL :…
wawanopoulos
  • 9,614
  • 31
  • 111
  • 166
2
votes
2 answers

simplexml_load_file vs Third party RSS parsing libraries.(PHP)

I wish to parse the RSS feed in PHP. I first found various third party libraries to do the same namely: Magpie and simplepie. But since RSS files are in XML format, PHP also has native functions of simplexml_load_file to parse a XML file. So why…
Bhumi Singhal
  • 8,063
  • 10
  • 50
  • 76
2
votes
1 answer

UICollection View Detail View

My problem is this. I have the collection view, it works. I do not however know how to get this information passed to the details page. I have tried the 'prepareforsegue' method, created a browser class but have no clue how to get the information to…
Robert Farr
  • 680
  • 2
  • 7
  • 19
2
votes
3 answers

Implementing Async task

I have an RSS reader working in my app. However I am keen to move the thread away from the main I/O and make it Async. I am really stuck. I understand that this can be done in a few simple lines but i'm getting really confused with how to implement…
2
votes
1 answer

java.lang.RuntimeException: An error occured while executing doInBackground() Android RSS Reader

I've downloaded http://techiedreams.com/android-rss-reader-part-3-action-bar-with-animated-item/ to play with creating a custom RSS reader for a while, but recently it started acting up, at first I thought it was my own fault but then I redownloaded…
Thovex
  • 322
  • 2
  • 12
2
votes
2 answers

Couchdb architecture: Views or documents?

I'm trying to learn CouchDB by working through a simple RSS reader web application. The requirements are: Allow each user to import X feeds to his list User can add tags to each feed For each feed maintains a list of the last 50 articles in the…
Naren
  • 1,910
  • 1
  • 17
  • 22
2
votes
4 answers

RSS Feed description returns '<'

I'm trying to parse rss data from this feed: http://fulltextrssfeed.com/feeds.bbci.co.uk/news/rss.xml, which was generated using using the FullTextRssFeed site. The only problem is that when I try to get the description, I receive '<', everything…
Buneme Kyakilika
  • 1,202
  • 3
  • 13
  • 34
2
votes
2 answers

Chrome extension parsing RSS

I'm working on an extension for Chrome that uses an RSS parser, however I have used several different methods and I keep getting the error: "XMLHttpRequest cannot load Example.rss. Origin chrome extension://djhppbppokfmldecpcfbcmchagimpmpc is not…
2
votes
0 answers

how can Rss Location Based Feed be implemented

After more than 10 Hours of searching the web, I am not able to find a single piece of information that shows me how to implement RSS feeds based on location. Also, how can I implement Location and Category-based RSS Feed Search in Java, similar to…
IConfused
  • 714
  • 2
  • 8
  • 20
2
votes
1 answer

Android RSS Reader (Ninja Error)

I followed a simple tutorial (http://www.cse.nd.edu/courses/cse40814/www/RSS_Android.pdf) to read RSS feed from a given URL into a listView. I have added the INTERNET permission and the code is error free in Eclipse but it will not show any RSS feed…
AndroidNewb
  • 441
  • 3
  • 6
  • 14
2
votes
0 answers

Download all entries in RSS feed using ROME

I'm using ROME from Scala to download RSS feeds, but it's only grabbing a subset of the entries. For example, Google Reader finds at least 61 entries for Bing Images, but ROME only finds 10 entries. Here's some code: val sfi = new SyndFeedInput val…
emchristiansen
  • 3,550
  • 3
  • 26
  • 40
2
votes
3 answers

Rome XmlReader not reading https feed

I am trying to read https://d3ca01230439ce08d4aab0c61810af23:bla@mycon.mycompany.com/recordings.atom using Rome but its giving me error INFO: Illegal access: this web application instance has been stopped already. Could not load…
Harry
  • 4,705
  • 17
  • 73
  • 101
2
votes
2 answers

Read specific tag in a RSS feed

I have the following RSS feed. I want to read the information inside a specific description tag. For example i want to get the information in the description tag when its title tag consists of the current day.I cant figure out how to do this. Please…
Sindu_
  • 1,347
  • 8
  • 27
  • 67