January 2018
Intermediate to advanced
434 pages
14h 1m
English
Lateinit is an important initialization property, because if you don't want to initialize your variable in constructor, lazy and lateinit can be employed to do so. In this recipe, we will see how to use the lateinit modifier and how it is different from the lazy modifier.
Read now
Unlock full access