#12.3 Kotlin ‘LAZY’ delegation

Course:

Android Beginners Code Computer Skills Mobile Development

Learn how Kotlin supports lazy initialization of variables and provide delegation. The lazy delegation also provides thread-safe code and makes code memory efficient. Also, see the difference between the usage of lateinit and lazy keyword.