How to Pull an RSS Feed using XmlPullParser in Android -
How to Pull an RSS Feed using XmlPullParser in Android -
i'm building rss reader app, , i've been told utilize xmlpullparser interface.
here block of code i'm working with:
xmlresourceparser parser = context.getresources().getxml(resource);
'resource' integer r.id. integer of xml file. not internal xml file, don't know how work around this.
any ideas? xmlresourceparser wrong approach project? i've seen xmlreaders used content handlers well. can integrate these technologies together?
thank you
what type of xml source? xmlpullparser can used parse xml sources.
android rss xmlpullparser rss-reader
Comments
Post a Comment