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
2 answers

showing RSS feeds on public website, how expensive is that?

Is it expensive (for bandwidth) too run, say, 30+ rss feeds? I want to let users add RSS feeds so other users can see them too, but I have no idea how much that'll cost me.
Ducky
  • 409
  • 1
  • 7
  • 24
-2
votes
1 answer

CSS in php XML Paser for loop

I've got an RSS XML Displayer which gets elements with a for loop from an XML Rss feed as follows: //get and output "" elements $x=$xmlDoc->getElementsByTagName('item'); //iterate though all of the feed for ($i=0; $i<=$x->length-1; $i++) { …
Ahmed Zafar
  • 665
  • 2
  • 10
  • 24
-2
votes
2 answers

Android News Rss Feed

In my app I want to put my news auto so I have Rss link for my News website Can anyone tell me how I can do it I want a Tutorial for Rss Reader I am so thired Thanks so mush .
-2
votes
1 answer

How To parse a description from an Rss Feed in Android

I'm developing an android application which takes data from Rss Feeds and displays it in a ListView. Right now I managed to successfully parse the title and display it in the ListView. Problem is that when I click on the ListView item (i.e., title)…
user2713202
  • 85
  • 1
  • 1
  • 6
-2
votes
1 answer

News Ticker Widget, How do they work?

I know this is likely a silly question all things considered but I was wondering if anyone knew how a news ticker widget works... Is it just an RSS feed that displays on the screen or is it a webView that grabs the latest news from XYZ site? Been…
CodeMonkeyAlx
  • 813
  • 4
  • 16
  • 32
-3
votes
1 answer

TLDR; Does RSS-Feeds transport bulk or update?

Reading about RSS leads to many false-informations. I am not quite sure how RSS works. So I have some questions and I hope you dont answer using links-only. There is always another link that claims your link is wrong. Questions: If I subscribe to a…
Grim
  • 1,938
  • 10
  • 56
  • 123
-3
votes
2 answers

How to read rss feed from html form

I am trying to build an HTML/PHP application where you type in an RSS URL into a form field and then retrieve the RSS feed in the browser as a result of going to the rssfeed.php page. Currently, I am getting an error file_get_contents() expects…
mildlylost
  • 57
  • 6
-3
votes
1 answer

Add my own news feed to my app

There isn't much detail to say. Basically, i want to add news feed when the app is opened (yes i the java part), but i don't want to parse any website or something, i want to be able to create my own articles and publish them to the app every few…
Ricardo Abreu
  • 57
  • 1
  • 5
-4
votes
1 answer

How to make an if-modified-since request?

I'm coding a RSS feed reader that shows push notification each time the feed updates. How can I do an If-modified-since request to the news site?
-5
votes
1 answer

RSS Reader on Android Studio

i'm trying to implement this RSS Reader: http://intel-software-academic-program.com/courses/mobile/android/IntelAcademic_AndroidEPITECH_05_Flux_RSS_FR.pdf On my fragment: But i get an error on this line: adapter = new NewsAdapter(this, new…
benjyspider
  • 245
  • 2
  • 4
  • 16
-5
votes
2 answers

How do a create RSS using PHP and MySQL

I tried making an RSS feed that loads data from my SQL database. When I run it, either it takes me to the RSS reader on my internet browser and says "no content", or it will return an error: This page contains the following errors: error on…
1 2 3
30
31