[android-developers] Re: Extending multiple classes

2010-08-01 Thread Bob Kerns
> VVMClientApplication is the class where I need to access the VVMService > class instance. You don't say why. Are we to assume that VMClientApplication is a subclass of Application? Apparently not: > dont I have to extend Application in any class ? So why did you call it VMClientApplication? Ar

[android-developers] Re: Extending multiple classes

2010-07-31 Thread Indicator Veritatis
I did not read the code closely enough to see what is going wrong or why. But I did notice one thing: yet again, you are assuming you - must- extend Application, without any clear reason why. Indeed: since Shane already explained how to get the current Application using getApplication(), I am surp