-1

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

image

AskNilesh
  • 67,701
  • 16
  • 123
  • 163

1 Answers1

0

Edittext.getText.ToString() will give you the entered text in editText.

And for drop down you should use Spinner.

AskNilesh
  • 67,701
  • 16
  • 123
  • 163
Nivil Boban
  • 286
  • 1
  • 13