Subscribe to this list via RSS Blog posts tagged in RSS

Posted by on in Blogs
C++Builder XE5 iOS RSS feed reader app Last year, Marco Cantu created a Delphi for iOS/Android feed reader app (YouTube video). In this blog post I'll show you how to create a C++ iOS RSS feed reader app using C++Builder XE5 update 2. In the demo project I will be using the isocpp.org blog RSS feed (http://isocpp.org/blog/rss) and the Embarcadero technology blog RSS feed (http://blogs.embarcadero.com/feeds/wpmu-feed/). To access XML based RSS feeds, I use the TIdHTTP component. To parse the XML I use TXMLDocument component and the Op...
  • Page :
  • 1

Check out more tips and tricks in this development video: