Fragmented - Android Developer Podcast

136: Kotlin Extension Functions


Listen Later

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
  • Kotlin Extension Functions Docs
  • Calling Extension Functions from Java
  • Kotlin KTX View Functions
  • import android.view.View
    fun View.gone() {
    this.visibility = View.GONE
    }
    fun View.visible() {
    this.visibility = View.VISIBLE
    }
    Contact
    • @fragmentedcast [twitter.com]
    • @donnfelker and +DonnFelker
    • @kaushikgopal and +KaushikGopalIsMe
    • ...more
      View all episodesView all episodes
      Download on the App Store

      Fragmented - Android Developer PodcastBy Donn Felker, Kaushik Gopal

      • 5
      • 5
      • 5
      • 5
      • 5

      5

      68 ratings


      More shows like Fragmented - Android Developer Podcast

      View all
      Design Details by Brian Lovin, Marshall Bock

      Design Details

      361 Listeners

      Developer Tea by Jonathan Cutrell

      Developer Tea

      402 Listeners

      Does Not Compute by Sean Washington, Rockwell Schrock

      Does Not Compute

      53 Listeners

      Toolsday by Una Kravets, Chris Dhanaraj

      Toolsday

      48 Listeners

      Swift Unwrapped by JP Simard, Jesse Squires, Spec Network, Inc.

      Swift Unwrapped

      90 Listeners