Search

Home > Fragmented - Android Developer Podcast > 136: Kotlin Extension Functions
Podcast: Fragmented - Android Developer Podcast
Episode:

136: Kotlin Extension Functions

Category: Technology
Duration: 00:21:39
Publish Date: 2018-09-24 03:00:00
Description:

In this fragment episode, Donn talks about Kotlin extension functions. He discusses what they are, how to build them, why they're useful, how to organize them, visibility and how to call them Java and much more.

Show Notes


import android.view.View

fun View.gone() {

    this.visibility = View.GONE
}

fun View.visible() {

    this.visibility = View.VISIBLE
}

Contact

Total Play: 0

Users also like

300+ Episodes
Android Deve .. 40+     2