I don't know the B4A language well yet, but one thing challenges me...
why do you have to systematically
Dim object as xxxx
object.initialize <------
it might be nice that when we do
Dim object as xxxx
that it's the same "initialize.object" at the same time, right?
since it will have to be done anyway, as much as the "Dim" , "private" or "public" function implicitly does
What do you think?
why do you have to systematically
Dim object as xxxx
object.initialize <------
it might be nice that when we do
Dim object as xxxx
that it's the same "initialize.object" at the same time, right?
since it will have to be done anyway, as much as the "Dim" , "private" or "public" function implicitly does
What do you think?