# Unleash functional power on Android (I): Kotlin lambdas

DevFeed: [Unleash functional power on Android (I): Kotlin lambdas](<https://devfeed.tech/articles/unleash-functional-power-on-android-i-kotlin-lambdas-27168.md>)

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

Published: 2015-09-01T00: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>), [Functional programming](<https://devfeed.tech/topics/functional-programming.md>), [Android](<https://devfeed.tech/topics/android.md>), [Programming](<https://devfeed.tech/topics/programming.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [callback](<https://devfeed.tech/tags/callback.md>), [function](<https://devfeed.tech/tags/function.md>), [functional](<https://devfeed.tech/tags/functional.md>), [functional-programming](<https://devfeed.tech/tags/functional-programming.md>), [immutability](<https://devfeed.tech/tags/immutability.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [programming](<https://devfeed.tech/tags/programming.md>)

## AI overview

This tutorial explains functional programming concepts on Android and demonstrates how Kotlin lambdas can simplify callbacks, single-function interfaces, and related code compared with Java implementations.

## Source excerpt

Everything Android, Kotlin and other random topics