# Kotlin integrations with Android SDK (KAD 05)

DevFeed: [Kotlin integrations with Android SDK (KAD 05)](<https://devfeed.tech/articles/kotlin-integrations-with-android-sdk-kad-05-27186.md>)

Original publisher: [Read original article](<https://antonioleiva.com/kotlin-integrations-android-sdk>)

Published: 2016-12-19T00:00:00Z

Content type: tutorial

Language: en

Sources: [Antonio Leiva](<https://devfeed.tech/sources/antonio-leiva.md>)

Topics: [Kotlin](<https://devfeed.tech/topics/kotlin.md>), [Android](<https://devfeed.tech/topics/android.md>), [SDK](<https://devfeed.tech/topics/sdk.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [android-framework](<https://devfeed.tech/tags/android-framework.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [sdk](<https://devfeed.tech/tags/sdk.md>)

## AI overview

A tutorial explaining how Kotlin integrates with the Android SDK and Java-based Android framework. It covers mapping Java getters and setters to Kotlin properties and converting single-method interfaces into lambdas, while noting that property access still uses the original getters and setters.

## Source excerpt

Everything Android, Kotlin and other random topics