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?
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?