10-03-2012 08:38 AM
Can any one give source code for rss reader sample for native development?
10-03-2012 08:43 AM
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:
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