I am trying to get a text from edit text input layout and show the text on list view when click next edit text drop down button. Like this
Edittext.getText.ToString()
will give you the entered text in editText
.
And for drop down you should use Spinner.