#11.1 Kotlin ‘filter’ and ‘map’

Course: Kotlin Programming for Beginners - II

Android Android SDK Beginners Code Computer Skills Mobile Development

In this tutorial, you will learn using Lambdas for Filtering and Sorting. Kotlin Android Tutorial for beginners. Let’s explore how to use “filter” and “map” methods that take Lambdas as params and uses Predicates and Transforms to alter data and return a new list Collections. We have already explored Lambdas and High-Level Functions previously.