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

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -