Thursday, December 6, 2012

Re: [android-developers] Creating data files as compiled (binary) xml

On Thu, Dec 6, 2012 at 11:27 AM, Simon Giddings <mr.s.giddings@gmail.com> wrote:
> I am developing a tablet application where I want my data files to be stored
> as compiled xml.

Why?

Furthermore, what do you consider "compiled xml" to be?

If you are referring to the binary XML format created by the build
process for XML resources, you would have to root around in the source
code to find both the "compiler" and their version of the
XmlPullParser that reads it in, and modify those to suit your needs.

--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in DC: http://marakana.com/training/android/

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment