[android-developers] directly loading dynamically created classes (in dex format)

2011-05-10 Thread Tomasz
Hi friends, I have an application which dynamically creates classes at runtime (in the dex format). Is it possible to load these dex bytes directly without saving them to a dex file, and then zipping it (many such classes are created). An equivalent of ClassLoader.createClass(className,

[android-developers] directly loading dynamically created classes (in dex format)

2011-05-10 Thread Tomasz
Hi friends, I have an application which dynamically creates classes at runtime (in the dex format). Is it possible to load these dex bytes directly without saving them to a dex file, and then zipping it (many such classes are created). An equivalent of ClassLoader.defineClass(className,