ClaudiuB
11/28/2018, 1:03 PMlateinit var
, val
, var something : SomeType? = null
?Casey Kulm
11/28/2018, 3:56 PMBundle savedInstanceState
in onCreate(...)
Alan Evans
11/28/2018, 8:13 PMCasey Kulm
11/28/2018, 8:14 PMgildor
11/29/2018, 3:18 AMbecause even tho I can guarantee that an object has been initialised as part of the lifecycleWhat kind object? Views can be nullable and you never can be sure that view is avilable, so better never cache them to avoid leaks. Or are you talking about some Fragment dependencies?