A lot of frameworks will call some special functio...
# announcements
o
A lot of frameworks will call some special function after constructing an instance, e.g.
onCreate
in Android. In some frameworks, such function gets additional data, in some – you just can’t access framework before it.
👍 2