About 2,050,000 results
Open links in new tab
  1. EditText widget in Android with Example - GeeksforGeeks

    Feb 4, 2025 · EditText refers to the widget that displays an empty text field in which a user can enter the required text and this text is further used inside our application. Class Syntax: public …

  2. android - How To Set Text In An EditText - Stack Overflow

    Jan 4, 2011 · How can I set the text of an EditText? If you check the docs for EditText, you'll find a setText() method. It takes in a String and a TextView.BufferType. For example: It also inherits …

  3. EditText | API reference - Android Developers

    Get Android Studio Core areas; Get the samples and docs for the features you need. ... Write code for form factors. Connect devices and share data. Adaptive UI Wear OS Android XR …

  4. EditText Tutorial With Example In Android Studio: Input Field

    Jun 25, 2019 · EditText is used to provide an input or text field, especially in forms. Learn the concept and attributes in detail with example and code in Android Studio.

  5. EditText in Android App Development with Java

    Nov 10, 2024 · Guide to Using EditText in Android App Development with Java. In Android app development, EditText is a fundamental widget that allows users to enter and edit text. It’s …

  6. Working With the EditText in Android - GeeksforGeeks

    Jun 10, 2021 · EditText is one of the basic UI widgets, which is used to take the input from the user. The EditText is derived or is the extension of the TextView in Android. This article its …

  7. How to create EditText in Java Code for Android?

    Mar 28, 2019 · How do I create an EditText in Java Code? Is more or less works like this: where the context is e.g. the Activity that hosts the EditText. In practice you may want to do some …

  8. Working with the EditText | CodePath Android Cliffnotes

    The EditText is the standard text entry widget in Android apps. If the user needs to enter text into an app, this is the primary way for them to do that. There are many important properties that …

    Missing:

    • Java

    Must include:

  9. Material Design EditText in Android with Example

    Feb 12, 2025 · Edittext refers to the widget that displays an empty text field in which a user can enter the required text and this text is further used inside the application. In this article it has …

  10. Android EditText Example - Java Code Geeks

    Jun 23, 2014 · Android system supports EditText, which is a subclass of TextView supplied with text editing operations. We often use EditText in our Android applications in order to provide …

  11. Some results have been removed