[android-developers] Custom ClassLoader - Urgent!

2010-01-21 Thread Lior
Hi guys, I'm trying to replace the class loader with my custom class loader. I don't want to replace the default functionality, only add new functionality. The goal is that every new class instance that calls: getClass().getResourceAsStream(resName) will load the requested resource in the way I

Re: [android-developers] Custom ClassLoader - Urgent!

2010-01-21 Thread Karl Pauls
On Thu, Jan 21, 2010 at 2:50 PM, Lior lior.gon...@gmail.com wrote: Hi guys, I'm trying to replace the class loader with my custom class loader. I don't want to replace the default functionality, only add new functionality. The goal is that every new class instance that calls: