Fragmented - An Android Developer Podcast

The Fragmented Podcast is a podcast for Android Developers hosted by Donn Felker and Kaushik Gopal. Our goal is to help you become a better Android Developer. We chat about topics such as Testing, Dependency Injection, Patterns and Practices, useful libraries, and much more. We will also be interviewing some of the top developers out there. Subscribe now and join us on the journey of becoming a better Android Developer.

http://www.fragmentedpodcast.com

subscribe
share






episode 136: 136: Kotlin Extension Functions


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


fyyd: Podcast Search Engine
share








 September 24, 2018  21m