[android-developers] Re: Dynamic class loading

2008-12-07 Thread Mark Murphy
Chris Davies wrote: However, it really needs to implement dynamically loaded modules to be of any use. Could you give us more information about what you are trying to achieve via these dynamically loaded modules? There may be other technologies in Android you can leverage, but it is

[android-developers] Re: Dynamic Class Loading

2008-06-30 Thread Hsun-Cheng Hu
Hi Bob, Thanks for your reply. I do find some sample codes about dynamic loading apk by using DexFile and AssetManager. You are right they are all undocumented classes. Dynamic class loading is a good feature in Java. I think they should provide one at the final release. For my current