Skip to main content

All Questions

1 vote
1 answer
823 views

XmlPullParser Read value inside a Tag with Kotlin

I have the following rss: https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml and I can read all the info with no problem but one tag: <media:content height="151" medium="image&...
juske's user avatar
  • 312
0 votes
1 answer
86 views

Website URL automatically redirects to its mobile version in Android

I have been working on RSS reader project for one the job portal on the Android platform. I am using following URL http://rss.jobsearch.monster.com/rssquery.ashx?q=java This link works fine when I ...
Mac's user avatar
  • 1,153
0 votes
1 answer
2k views

how to read XML file from a URL using XmlPullParser, AsyncTask Android

i have followed this link Log cat : warning : org.xmlPull.v1.XmlPullParserException : expected : START_TAG { null } rss (position:START_TAG <html>@2:7 in java.io.InputStreamReader @41232f00)<...
duyCuong's user avatar
1 vote
1 answer
613 views

RSS Reader and parser using java

I need to implement the RSS reader kind of using Java. I have designed the Java class which reads the RSS feed XML URL and get the contents and store it in Java class. Whenever there is an update ...
Viswa's user avatar
  • 1,377
0 votes
2 answers
691 views

How to Pull an RSS Feed using XmlPullParser in Android

I'm building an RSS reader APP, and I've been told to use the XMLPullParser interface. Here is the block of code I'm working with: XmlResourceParser parser = context.getResources().getXml(...
user1164429's user avatar