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

    2 days ago · Android text fields let you set a specific input type, such as free-form text, numbers, URLs, email addresses, and search strings. When you implement a new IME, detect the input …

  2. Input Events in Android with Example - GeeksforGeeks

    Jul 23, 2025 · Android bridges the gap between the user interface and the back end code of the application through the concepts of event listeners and callback methods. The Android View …

  3. How to Create a Simple Text Input Field in Android Studio?

    Feb 2, 2025 · I'm a beginner in Android Studio, and I want to create a basic text input field where a user can type a message, similar to a chat app. It doesn't need to send messages or have a …

  4. How to Get user input from a Text Entry Box in Android?

    Can anyone please tell me how I can capture the input entered by the user? For example, if the user chooses “Canada”, is there a way I can know the result in the “HelloAutoComplete.java” …

  5. Android Input Dialog Example - StackTips

    Dec 23, 2013 · In this tutorial we show you how to create input dialog in android with code sample. A dialog is a small window that prompts the user to make a decision or enter …

  6. Android Input Events (Event Listeners, Event Handling) - Tutlane

    Generally, to handle input events we use Event Listeners and Event Handling in android applications to listen for user interactions and to extend a View class, in order to build a …

  7. 13. Input controls — Android App Development Documentation …

    13. Input controls ¶ This chapter introduces the Android input controls. Input controls are interactive elements in your app’s UI that accept data input. Users input data to apps by …

  8. InputStream | API reference | Android Developers

    The number of bytes actually read is returned as an integer. This method blocks until input data is available, end of file is detected, or an exception is thrown. If the length of b is zero, then no …

  9. Java For Android - Building Your First Android App

    Jul 23, 2025 · Every activity can be designed with Java programming. Android apps are developed using the Android Studio IDE, which provides the environment for Java …

  10. Input events overview | Views | Android Developers

    Jun 27, 2024 · Learn how to use touch and input in Compose. On Android, there's more than one way to intercept the events from a user's interaction with your application. When considering …