Is it possible to precompile the layout file beforehand, put it in a jar and use it? if possible how?
I will explain: When using apk packaging, the build process pre-compiles xml resources to optimize runtime. Say, for example, I want to download xml files from the server and upload them to ui. I need to precompile them, and I prefer to do this on the server side using android sdk.
Chen Kinnrot
source share