On 8/17/11 16:02 , Niclas Hedhman wrote:
I have in mind of working towards making Qi4j Android capable (for my
own selfish purposes of course). The first obvious problem is that
bytecodes in Android are not Java byte codes, so we would need to
generate Dalvik codes instead. ASM is not capable of that, BUT...
The Dalvik team is working on providing a byte code generation API for
Android. My guess is that it will take until next year before this can
be used easily.
I think we should in 2.0 keep in mind to abstract away behind a thin
interface our usage of ASM, and provide a mechanism to allow multiple
implementations. See
http://code.google.com/p/android/issues/detail?id=6322#c32 for
progress...
Should be a fairly low impact design consideration.
If no objections, I will open a issue on this...
AFAIK this is entirely done in FragmentClassLoader, so should be easily
pluggable.
/Rickard
_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev