Android Question Custom View Initialize2 , a No No ?

Cableguy

Expert
Licensed User
Longtime User
I have been trying all day to implement an "initialize2" method into one of my custom Views, but it errors with a bizarre java.lang.NullPointerException: null receiver.

If I change The sub declaration to "Initialize", without changing anything else in the code, it all works as expected...

Is it right to assume that such declaration is forbidden?
 
Top