• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

edittext

  1. M

    import a TextView and a CheckBox

    I've been following a tutorial unfortunately this tutorial is 2 years old and (at timestamp 47:57) where the guy said to press Alt+Enter and import the TextView (called "tvTodoTitle" in this instance) just doesn't work on my version of Android Studio (details pasted below). When I Alt+Enter I...
  2. Z

    S22 Ultra Config Files?

    Long story short, I can only access my phone via S-Pen and Windows file transfer. Then...the S-Pen feature was accidently disabled. Now my phone does not accept ANY touch input. Is there a way to access a config file through Windows to re-activate the S-Pen?
  3. M

    How to display all my info on a multi line text

    I'm trying to display all my sensors in a multi line textbox, I used "Multiline Text" as it was required for a programming assignment. Currently if I display it with my setText I think it's just rewriting the editText every time it loops in the For loop, but the Log displays it just fine...