About 3,560,000 results
Open links in new tab
  1. Kotlin: How to get and set a text to TextView in Android using Kotlin

    May 21, 2017 · val textView: TextView = findViewById(R.id.android_text) as TextView textView.setOnClickListener { textView.text = getString(R.string.name) } To get the values …

  2. TextView | API reference - Android Developers

    Kotlin for Android Monetization with Play ↗️ Extend by device ... Get Android Studio Core areas; Get the samples and docs for the features you need. Samples User interfaces ...

  3. Android EditText in Kotlin - GeeksforGeeks

    Jan 31, 2025 · EditText is a widget in Android, that is used to get input from the user. EditText is commonly used in forms and login or registration screens. EditText extends the TextView …

  4. TextView in Kotlin - GeeksforGeeks

    Feb 24, 2025 · Android TextView is simply a view that are used to display the text to the user and optionally allow us to modify or edit it. First of all, open Kotlin project in Android Studio. …

  5. How to create a TextArea in Android - Stack Overflow

    Dec 3, 2017 · How do I display a TextArea for my android project? From xml, the only choice is TextField, multi lined. But thats editable. I need a TextArea which is only for displaying …

  6. Compose layout basics | Jetpack Compose | Android Developers

    Apr 16, 2025 · Use Box to put elements on top of another. Box also supports configuring specific alignment of the elements it contains. Often these building blocks are all you need. You can …

  7. Build a simple app with text composables | Android Developers

    In this codelab, you use Jetpack Compose to build a simple Android app that displays a birthday message on the screen. How to create an app in Android Studio. How to run an app on an …

  8. android - How do you take User Input in a text box and use it to ...

    Aug 25, 2020 · How do I get a text input from a dynamically selected text input box in Android using Kotlin?

  9. TextView in Android with Example - GeeksforGeeks

    Jul 17, 2022 · In this article, we will take a look at How to create a simple Text View in an android application. Note: This Android article covered in both Java and Kotlin languages. Step 1: …

  10. Textview in Android | Kotlin | by Dineshkumar Nithra - Medium

    Apr 20, 2024 · To create a TextView in Android using Kotlin, you typically do this in your XML layout file and then reference it in your Kotlin code. Here's a basic example:...

  11. Some results have been removed
Refresh