How can I write android binary XML from Android App? -
i've got app pulls xml web, , caches locally. parsing xml expensive compared parsing android binary xml, i'd store local copy android binary xml. haven't spotted api creating android binary xml on fly though, c/c++ code used aapt.
my motivation taking approach don't use xml values/attributes, may want use more of them in future version of app, , don't want download xml data again.
can point me @ right bits of api create android binary xml @ run-time?
many thanks,
phil lello
android binary xml faster because optimized compiler. in runtime, can't create binary xml without having implementation of compiler you.
Comments
Post a Comment