How to take data that was typed in EditText and by clicking "submit" in that window should add it to previous activity listview items? What I need to do is:
- Creating EditText and submit button
- Creating listview in same Activity
- By clicking submit button it should display it in listview.
I saw this similar question here:add items to listview dynamically android
But i couldn't understand the answer.Somebody please explain how to do this.
