var reader = new AndroidXmlReader(stream); var doc = XDocument.Load(reader);
Thank you so much! This saved me so much time! Was not looking forward to implementing this. It is by far the only AndroidXML reader for c# and works right out of the box.
Post a Comment
1 comment:
Thank you so much! This saved me so much time! Was not looking forward to implementing this. It is by far the only AndroidXML reader for c# and works right out of the box.
Post a Comment