Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Native Development

Reply
Developer
WebCreep
Posts: 235
Registered: ‎07-27-2012
My Carrier: Airtel

rss reader

Can any one give source code for rss reader sample for native development?

 

Please use plain text.
Contributor
kboone
Posts: 41
Registered: ‎09-14-2012
My Carrier: n/a

Re: rss reader

Hi

 

I don't know of any specific RSS reader, but RSS is just XML with particular tags. I parse RSS using the SXMLC XML parser:

 

http://sxmlc.sourceforge.net/

 

It's only a few hundred lines of standard C, so it should compile with the NDK (I confess that I have not tried it, though).

 

Best wishes

Kevin

 

Please use plain text.