About 460,000 results
Open links in new tab
  1. TextInputEditText | API reference | Android Developers

    Feb 10, 2025 · public TextInputEditText (Context context, AttributeSet attrs, int defStyleAttr)

  2. android - How to get text from TextInputLayout in Kotlin

    Jan 6, 2019 · I have a text input layout with id login_mobile_number, I have imported this module to stop using findViewById methods: import kotlinx.android.synthetic.main.activity_login.* …

  3. java - how to get text from a TextInputEditText? - Stack Overflow

    May 12, 2022 · how to get text from a TextInputEditText? I have this for the TextInputEditText: android:id="@+id/textInputEditText" android:layout_width="335dp" …

  4. android - How to get text from material design TextInputLayout ...

    Sep 5, 2019 · I want to get a text from the material design's TextInputLayout using a custom end Icon. I tried to do that: TextInputLayout textInputCustomEndIcon = findViewById(R.id.editText); …

  5. 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 …

  6. TextInputLayout Form Validation Using Data Binding in Android

    Nov 11, 2020 · To use textInputLayout and textInputEditText, you need to enable Material support for Android by adding this dependency in build.gradle(:app):

  7. Kotlin Tutorial | Validate Editing Text Android Studio Kotlin

    Jul 12, 2024 · We’ve now successfully validated our form using Android Studio and Kotlin! We learned how to use material design edit texts and do some validation, and show the user very …

  8. java - android on Text Change Listener - Stack Overflow

    Apr 15, 2017 · If you are using Kotlin for Android development then you can add TextChangedListener() using this code: myTextField.addTextChangedListener(object : …

  9. How to Change Input Type of EditText Programmatically in Android ...

    Dec 9, 2021 · So in this article, we will show you how you could change the EditText input type programmatically using a simple Android app demonstration. Follow the below instructions …

  10. 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 …

Refresh