Vignesh Prabhu
Vignesh Prabhu

Vignesh Prabhu

Follow
Follow
homebadgesnewsletter
Tag

androi

#androi

More content

Read more stories on Hashnode


Articles with this tag

Kotlin Basics - Lazy initialization

Aug 7, 20211 min read10 views

In Kotlin, an object can only be created when it is called, otherwise no object creation The lazy () block fun main() { val bookInstance1 =...

Kotlin Basics - Lazy initialization