In activity we have methods `onCreate(savedInstanc...
# android
v
In activity we have methods
onCreate(savedInstanceState: Bundle?)
and
onDestroy()
. Now we can create new interface with exact the same signature and add delegate for it to activity.