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

Popular posts from this blog

how to build hyperlink for query string in php -

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

queue - mq_receive: message too long -