Re: [android-developers] Extending Interface of Dynamically Loaded Dex File

2011-07-28 Thread Marcin Orlowski
On Jul 27, 2011 8:05 PM, Matthew Yeo mattg...@gmail.com wrote: Hello, I have created an application that dynamically loads plugin style functionality using a DexClassLoader. My application is organized as follows: maybe this will be of any help

[android-developers] Extending Interface of Dynamically Loaded Dex File

2011-07-27 Thread Matthew Yeo
Hello, I have created an application that dynamically loads plugin style functionality using a DexClassLoader. My application is organized as follows: - Interface.jar, which defines the interfaces of the plugin classes. - Implementation.jar, which contains classes that implement the plugin