Dynamically Generating Dalvik Bytecode into a running Dalvik/Android application

Posted by Michael Kohout on Stack Overflow See other posts from Stack Overflow or by Michael Kohout
Published on 2010-04-09T21:16:59Z Indexed on 2010/04/10 5:33 UTC
Read the original article Hit count: 440

Filed under:
|

Hi all;

This question has been asked(and answered) many times about dynamically generating and loading java bytecodes at runtime into a running Dalvik VM, but is there any way to load dex files/bytecodes into an app at runtime?

Thanks

© Stack Overflow or respective owner

Related posts about dalvik

Related posts about android