January 2018
Intermediate to advanced
434 pages
14h 1m
English
Static functions are very useful as they help us prevent copying the same methods in multiple objects so you can follow the don't repeat yourself (DRY) rule. They are also useful when you don't need to create an instance of an object. In Kotlin, we don't have static methods/functions and variables, like we did in Java, but we can still achieve the same results. Let's see how!
Read now
Unlock full access