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
-1
votes
1 answer

Parsing websites updates and sending them through android app to users

It's required from me to make an android app that must 1\Displays the cheapest prizes for some goods eg car by parsing them from some commercial web sites ascending . 2\Alerts users with the updates in those web sites I saw some android…
PHPFan
  • 756
  • 3
  • 12
  • 46
-1
votes
1 answer

How digg reader finds the feed url[s] for a given site?

It is that we can add a url to digg.com reader to add them to one's reading list. Once we submit the link they(digg) find several links which points to the feed map(.xml or from feedburner etc). How do they do this ?
guy_fawkes
  • 947
  • 8
  • 31
-1
votes
1 answer

How to Access RSS reader in IOS

I'm using Xcode 5.1 version. I want to use RSS feed for my app. All posts are confusing me.Can anybody help me? Thanx in advance!
Pavitha
  • 181
  • 2
  • 10
-1
votes
1 answer

RSS feed reader in Android

I am a relative newcomer in Android. I want to make an app which displays different RSS feeds. I have done research on this and the things I have found are overwhelmingly complex. They contain just miles and miles of code. Can someone give me a link…
xbow10592
  • 3
  • 1
-1
votes
1 answer

Atom/RSS feed reading doesn't show all nodes [Found-and-Closed]

I have the following RSS feed. When I parse this feed using Feedzira, Simple-rss and by RSS Parser one by one, I faced similar problem that for item nodes in this RSS, It is just showing title and description, but skipping url and id nodes.
Taimoor Changaiz
  • 10,250
  • 4
  • 49
  • 53
-1
votes
1 answer

How can I show number of unread articles on a live tile on Windows Phone?

I am looking for a way to show the number of unread articles from an RSS feed on a live tile on Windows Phone. How can I do that? I know that I can use background tasks, but I want to use them effectively, so I don't drain the battery of the phone…
-1
votes
2 answers

RSS news feeds for my commercial website

I would like to implement RSS Feeds API on my commercial website. Most of the feeds sources seem to be applicable only for non-commercial use. Where can I get RSS Feeds? I found many feeders like feedzilla, reuter and others; but I am not sure if…
John
  • 1
  • 1
  • 2
-1
votes
1 answer

How to populate a ListView from ArrayList?

I'm writing an android RSS feed reader. when my program read the feeds at the end return me an ArrayList Item is my class: public class Item implements Serializable { private String title; private String description; private String…
-1
votes
1 answer

RSS Crawler Feed Reader

I need to use in a project, an opensource rss crawler and feed reader (or two different tools)in java if it's possible. I've seen many differents tools, do you know which one is the best. Thanks by advance
Desnoxav
  • 354
  • 2
  • 7
  • 19
-1
votes
1 answer

RSS feed reader using Jquery & codeigniter

Hey I want to create an rss feed reader on my homepage. I want to make it like a news ticker, in which the the news slide one by one. Is there any Jquery plugin that provide this functionality, I came across one plugin but it can extract feed from…
Zoha Ali Khan
  • 1,659
  • 11
  • 37
  • 56
-2
votes
2 answers

Recommended resources for RSS readers?

all. Anyone have any readings, guides, tutorials, or resources that they particularly recommend for RSS -- especially for going about the task of building an RSS reader?
in_flight
  • 263
  • 1
  • 10
-2
votes
1 answer

How to Read Rss Feed By using java script

How to read RSS Feed by using Java Script. As I am Android developer I am very new In Java Script I have basic knowledge That's why I have not tried any thing. I just want to know is this possible to do by javascript if yes then any one please give…
mayur rahatekar
  • 4,410
  • 12
  • 37
  • 51
-2
votes
1 answer

Ajax,PHP,Javascript rss Feed Reader Application

I am building a rss feed reader for my website , my goal is to display news headlines. I followed this tutorial(https://www.w3schools.com/php/php_ajax_rss_reader.asp). The code displays the rss feeds perfectly, but there is unwanted functionality;…
JustinG
  • 1
  • 3
-2
votes
1 answer

Thread exiting with uncaught exception, AyncTask #2 Fatal Error

I am trying to make an RSS News Reader app and I am using AsyncTask to use threads for adding new websites to an RSS feed list. But whenever I put in the new URL and press 'ADD', the app crashes. The LogCat says -- threadid 12: Thread exiting with…
-2
votes
1 answer

Fragment cannot be cast to android.app.Activity in rss reader

I followed this tutorial in order to create an rss reader (Unfortunately, it is in Spanish). However, as my rss must be inside a Fragment I converted the MainActivity into a fragment: import android.content.Context; import…
Sir android
  • 123
  • 2
  • 14
1 2 3
30
31