Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

set text in edittext android

EditText editText = (EditText)findViewById(R.id.edit_text);
editText.setText("This sets the text.", TextView.BufferType.EDITABLE);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #set #text #edittext #android
ADD COMMENT
Topic
Name
3+8 =