On Tue, Jul 13, 2010 at 3:27 PM, Frank Weiss <[email protected]> wrote: > You noted that there is a marked difference, in favor of pull, for > "compiled XML resource". What does that mean and why would it make > such a differnce?
A compiled XML resource is an Android resource that is in XML. Like, say, layouts. Or menus. Or preferences. Or some types of drawables, strings, arrays, dimensions, colors, etc. Part of the build process converts ordinary XML into a "binary XML" format that is smaller and quicker to parse at runtime. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android 2.2 Programming Books: http://commonsware.com/books -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

