Dynamically Generating Dalvik Bytecode into a running Dalvik/Android application
- by Michael Kohout
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