A good example is Android, where you can't use a c...
# announcements
j
A good example is Android, where you can't use a constructor for an
Activity
, but the first thing you do when the object gets its
onCreate()
callback is set up those variables.
👍 5