Perfect Code
Showing posts with label
Android
.
Show all posts
Showing posts with label
Android
.
Show all posts
Sunday, March 18, 2012
Android Binary XML
I have created a library for parsing the binary XML-files that is created inside Android APK files.
var
reader =
new
AndroidXmlReader(stream);
var
doc = XDocument.Load(reader);
To download the source code, visit:
androidxmldotnet.codeplex.com
Older Posts
Home
Subscribe to:
Posts (Atom)