About 19,400,000 results
Open links in new tab
  1. Text box in android - Stack Overflow

    Oct 15, 2015 · You can find the text box in the Text section of the Palette. Click on the "Plain Text" label, and drag it to your designer. If you click on the button below, you will see the xml …

  2. Working With the EditText in Android - GeeksforGeeks

    Jun 10, 2021 · TextView is a simple widget that is seen in every android application. This widget is used to display simple text within the android application. We can add custom styling to the …

  3. Android Studio : Simple input textbox and intercept key example

    For this tutorial, we will learn how to create an editable text box widget in Android Studio and create a listener to process the input text string. We will also learn how to add a function to …

  4. Android EditText or Input Box with Examples - Students Tutorial

    In this example we will discuss how to create a EditText or Input Box with Examples. activity_main.xml

  5. Android textbox example - Mkyong.com

    Nov 22, 2011 · In Android, you can use “EditText” class to create an editable textbox to accept user input. This tutorial show you how to create a textbox in XML file, and demonstrates the …

  6. TextView EditText & Button in Android | Android Studio | Android

    Feb 20, 2020 · This video is about how to add Textview, Edittext and Button in an Android Application creating using Android Studio. Along with that this video shows wrap content or …

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

  8. How to create rectangular box around edittext in Android Studio

    Oct 18, 2020 · I want to create a rectangular box around the edittext. How can I make it? You can use a custom drawable background? Just use the standard TextInputLayout with an …

  9. Android Studio : Detailed Introduction - Leonard Loo - Medium

    Dec 16, 2021 · In this lesson, you learn how to use the Android Studio Layout Editor to create a layout that includes a text box and a…

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

Refresh