Quantcast
Channel: Active questions tagged news-feed+rss+android - Stack Overflow
Browsing all 34 articles
Browse latest View live

Android: Implementing a pause until RSS feed is pulled from site

So, I've built an Ok RSS reader for a new sports app I'll be releasing soon. It will read feeds from various sports sites and display them. The problem I have is that the feeds are loading immediately...

View Article



Image may be NSFW.
Clik here to view.

How to expand RSS feed links on click

I am designing a code in which I will post RSS feeds of posts on internet (Like news.) I am able to get the list of news from reuters RSS feed but the problem is I want the user to get full news when...

View Article

Empty String on opening self closed tag from rss feed

I've to read a stream from a rss feed on an Android application. All work fine, but i'm not able to get the complete url, from the tag, because it's a selfclosed tag somethings like This's the xml...

View Article

google news Feed in the form of JSON

"The Google News Search API has been officially deprecated as of May 26, 2011. It will continue to work as per our deprecation policy, but the number of requests you may make per day may be limited."...

View Article

Is it possible to apply news strip in android app

I have a idea of making a news app in which breaking news or top stories will be seen at the bottom of the android phone just like in TV. It will not occupy whole screen instead of it will show only...

View Article


how to fetch image from RSS feed

I am trying to fetch RSS news from a URL http://timesofindia.indiatimes.com/rssfeeds/1945062111.cms But I have a problem in displaying the images from this URL. Only the Title and the date are...

View Article

Google News RSS Feed Android Development

I am trying to get news from the google news rss feed in my andorid application but I am not able to get the proper response. When I try the same using postman I am getting the response. Code: URL...

View Article

RSS Feed Android app that expires?

I've seen many RSS feed android app examples. But the type of feed that I'm trying to return does not need to go into a list view. It provides an active code for a website that ends up expiring usually...

View Article


Android: Reading multiple rss feeds as fast as possible using asynctask /...

I have an app that reads about 3-5 rss feeds and present the headlines on the UI. I've put the reading code inside an asynctask to keep the UI responsive. But my code reads the feeds one at a time and...

View Article


Getting NullPointerException in accessing variable from other class - Android

Getting NullPointerException in accessing variable from other class.Below is my RSS feed parser in activity which works very well, but when i try to access the same parameter for RemoteView (Home...

View Article

Sending RSS feed to phpMyAdmin

I'm creating an Android application that requires the following: Data from RSS feed gets sent to phpMyAdmin each dayAndroid app goes to phpMyAdmin and gets data from table containing RSS dataApp makes...

View Article

RSS feed retrieved but not being displayed correctly in list view?

I have a RSS feed being retrieved and parsed and then displayed in a list view. However, when the feed is displayed in the list the test is not displayed in fullE.g The title of the feed will be "Drake...

View Article

I'm having trouble with XML parser in android

I keep seeing tutorials but it doesn't help, I'm using the XmlPullParser but it keeps getting an error and the application shows xmlerror page, is it because of the format of the xml?here is what I'm...

View Article


How to parse image from Feedburner RSS feed in Android

I am trying to get the media:thumbnail or media:content from Reuters Top News feed (http://feeds.reuters.com/reuters/topNews). But the feed is generated by Feedburner, and the there is no media:content...

View Article

RSS Feeder and WebView

I have the following NASA rss feeder code which displays in a list the title and description of the main news. It's done with the XML DOM parsing method and works as I want up to this point.public...

View Article


RSS Feed image downloading

Let us suppose we have the following rss feed.<item> <title>Parliament recalled over IS strikes</title> <description>Parliament will be recalled on Friday over the UK's role in...

View Article

Twitter Feed in my Android app

I want to insert a Twitter feed in my Android app. I just don't know where to begin, I have tried to Google it but I did not succeed.I would like it to look almost look the same as the one in my mobile...

View Article


Image may be NSFW.
Clik here to view.

How to Create Timeline UI on Android

I want to create android application that read RSS feed from some websites. My application should be like this picture below. I don't know how to create timeline UI like this. Should i use webView to...

View Article

my rss reader code get blank page not getting Feed

Please any one can help me, this is a code get it from a website and modify it to be used in android studio system, and it's work fine but the page is white so i don't know where is the problem?!this...

View Article

Android-Not able to parse and add rss feeds from multiple sites to one object

I am trying to add rss from multiple sites like followingprotected void onHandleIntent(Intent intent) { List<RssItem> rssItems = null; List<RssItem> rssItems1=null; List<RssItem>...

View Article
Browsing all 34 articles
Browse latest View live




Latest Images