About 1,120,000 results
Open links in new tab
  1. java - What is the `it` in Kotlin lambda body? - Stack Overflow

    it variable is an implicit parameter in lambda. One other helpful convention is that if a function literal has only one parameter, its declaration may be omitted (along with the ->), and its name …

  2. Difference Between “it” and “this” Keywords in Kotlin

    Mar 19, 2024 · In this tutorial, we’ll discuss the differences between the it and this keywords in Kotlin, and their use cases in different contexts. 2. The it Keyword in Kotlin. Kotlin uses the it …

  3. Kotlin and Android | Android Developers

    Write better Android apps faster with Kotlin. Kotlin is a modern statically typed programming language used by over 60% of professional Android developers that helps boost productivity, …

  4. Kotlin for Android | Kotlin Documentation - Kotlin Programming

    Dec 16, 2024 · Using Kotlin for Android development, you can benefit from: Less code combined with greater readability. Spend less time writing your code and working to understand the code …

  5. #9.4 "it" keyword in Kotlin | Lambda expression - Smartherd

    Using “it” keyword in place of a single parameter in Lambdas expressions. Learn about Lambdas Expressions and High-Level Functions. Kotlin as an Android Programming Language. Kotlin …

  6. Kotlin Android Tutorial | GeeksforGeeks

    Jan 2, 2025 · Choosing Kotlin for Android development offers several compelling benefits: Concise Code: Kotlin lets you write less code to do the same things, making it easier to read …

  7. android - Kotlin: difference between IT and THIS keyword - Stack Overflow

    Mar 2, 2020 · it is only relevant inside a lambda with a single parameter. It is the default name for a single parameter and is a shorthand that allows you to omit naming the single parameter. A …

  8. Learn the Kotlin programming language | Android Developers

    Mar 1, 2023 · Kotlin is a programming language widely used by Android developers everywhere. This topic serves as a Kotlin crash-course to get you up and running quickly. Variable …

  9. Kotlin for Modern Android Apps - Medium

    Nov 22, 2024 · Learning Kotlin basics will help you write better code for android kotlin programming. Start your Kotlin project with Android Studio’s wizard. It helps set up your …

  10. Build a Note Taking Application using Kotlin - CodeSource.io

    Feb 7, 2020 · In this article, we’ll be exploring different use cases for the Android Architecture Components (AAC) in building a simple Word Application.

  11. Some results have been removed
Refresh