Kotlin

Kotlin for Android (IV): Custom Views and Android Extensions

After reading what extension functions and default values can do for you, you might be wondering what´s next. As we talked in first article about Kotlin, this language makes Android development much simpler and there are still some more things I´d like to talk about. Custom Views Kotlin, by default, only uses one constructor per …

Kotlin for Android (IV): Custom Views and Android Extensions Read More »

Kotlin for Android (III): Extension functions and default values

Now that you know the basics about Kotlin and how to configure your project, it´s time to talk about some interesting things that Kotlin can do for us and Java can´t. Remember that if you have some doubts about Kotlin language, you can always refer to the official reference. It´s very well organized and easy …

Kotlin for Android (III): Extension functions and default values Read More »