About 35,600,000 results
Open links in new tab
  1. Create an input method | Views | Android Developers

    May 12, 2025 · An input method editor (IME) is a user control that lets users enter text. Android provides an extensible input-method framework that lets applications provide users alternative …

  2. android - Get Value of a Edit Text field - Stack Overflow

    Get value from an EditText control in android. EditText getText property use to get value an EditText : EditText txtname = findViewById(R.id.name); String name = …

  3. Working With the EditText in Android - GeeksforGeeks

    Jun 10, 2021 · 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. Get User Input in Android - Javapapers

    Nov 30, 2014 · As simple as get a text input from user and display it. This tutorial will help you do that and will serve as an introduction to use of Android form widgets. 1.

  5. How to get user input in Android Studio - YouTube

    In this video I am going to show you how to:get user input, from an edit text field. You learn how to use the standard input field, a email, and a numerical ...

  6. Get user input in an app: Part 1 - Medium

    May 17, 2021 · Android Studio provides various tools to tidy up your code and make sure it follows recommended coding conventions. In activity_main.xml , choose Edit > Select All. …

  7. Android Studio : AlertDialog and EditText to get user string input

    May 10, 2017 · In this tutorial, we will learn how to add an EditText string box to get the user input and display the entry on the main activity layout, such as shown below: The following is a …

  8. How to take input text from user in Android studio?

    How to take input text from user in Android studio? Get User Input in Android. Create an Android Project. To create an android project, Add TextView for Label. Select Graphical layout view …

  9. how to take input from user in android - Stack Overflow

    Jun 27, 2013 · i have a EditText in android in which i want the user to enter the text and checks for the condition "BYE" Code sample: EditText text = (EditText)findViewById(R.id.EditText01); …

  10. Android : How to Read and Display User Input. – Shirish Kadam

    Dec 30, 2014 · So, when I started Android Programming this is the first app example I started with. In here we simply ask the user to enter some data (Name, Email and Password). Then …

  11. Some results have been removed
Refresh