Answers for "how to add in box display text in edittext in android"

0

set text in edittext android

EditText editText = (EditText)findViewById(R.id.edit_text);
editText.setText("This sets the text.", TextView.BufferType.EDITABLE);
Posted by: Guest on March-25-2021

Code answers related to "how to add in box display text in edittext in android"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language