Hi. I want to develop an RSS reader, but i am not sure where to start. As for now, i would need just to get the text of the rss feeds. If you can point me in some good direction i would really much appreciate it.
Thanks
Hi. I want to develop an RSS reader, but i am not sure where to start. As for now, i would need just to get the text of the rss feeds. If you can point me in some good direction i would really much appreciate it.
Thanks
On the Symbian web site there are example applications developed by Symbian engineers, have a look see if anybody has already written one.
Actually, i am developing an application and i want to embed a RSS like view into it as well.But what i found on internet most about widgets or browser. Does anyone know if it is possible to develop such stuff by Symbian C++ in an application?
--------------------------------------------------------
Ling
An RSS feed is actually an xml document, and yes, parsing xml is possible in most programming languages. And in case of Symbian C++ you are already provided with XML parsers, Xml::CParser for example (you can find some tips in the Wiki if you search for xml parsing, and of course CParser is documented in the SDK Help).
It's a bit late for a response, but we are adding a reader to Carbide.c++. The feeder is not intended to be highly customized but will provide relevant content to native C++ developers.
We will have a list of feeds that the user can select from - the reader will appear when the IDE is opened or a new workspace if created.
This will appear in the Carbide.c++ product around March or April.
/Mike
Product Mgr/Product Owner
Native Tools Group - Austin TX
Mike Trujillo
C++ Tools Product Manager
Austin TX
Hi, Is the new version of carbide.c++ available now?
--------------------------------------------------------
Ling
You may like to read this blog: Are there any updates available for Carbide.c++ ?
Nokia Developer Wiki Moderation team