October 2018
Intermediate to advanced
370 pages
9h 15m
English
Programmers with a Java background are familiar with static methods. Static methods are declared within a class and can be accessed directly by using class names as a reference. Kotlin does not have a static method, but it does provide a package-level function instead. To create a package-level function, do the following:
Read now
Unlock full access