Search code examples
androidtextviewx-editable

how to add a text view that is editable by users of the app?


How to add a text box in android studio that can be edited by users of the app? I have edited everything for the layout and what to add in the main activity of the program to make it runnable?


Solution

  • You should use the EditText view component