Answers for "the method used to get the data from an edittext is gettext(). what does the gettext() method returns?"

0

java android edit text set value

EditText bookInput = (EditText)findViewById(R.id.book);
bookInput.setText("The Shining");
Posted by: Guest on May-13-2020

Code answers related to "the method used to get the data from an edittext is gettext(). what does the gettext() method returns?"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language