Hello,
I'm developing a very simple widget with CIQ1.2.1.
A simple widget saying "HelloWorld" has a size of 38Kb once compiled.
On the market, there are widgets of 10Kb that do more complicated things.
I've been testing removing resources.xml, strings.xml, etc. and I can reduce the amount of memory used during the execution, but not the size of the compiled version.
- Are there some tricks on the Eclipse environment to reduce this size?
- Could you explain some bestpractices ?
Thank you!! :)