I'm using C# and probably .Net compact framework. How should I design mobile news reader (RSS, Atom...).
What are risks I should be aware before I start? What libraries are there to help me read and parse data and synchronize it when going from offline mode?
There's the OpenNetCF library that contains the class OpenNETCF.Rss
, but it's a commercial product though:
http://www.opennetcf.com/library/sdf/html/e74e8115-1f33-72d9-a221-8a92e072e3d6.htm
I've never used it so I can't say anything about the quality etc.