How to add WebView to the listview. I need to take input from a textview at the bottom of the screen and after formatting the text need to add it to the ListView above it.So each time the user enters some text in the textview and clicks the send button, it should be added to the listview.
I am trying with ArrayAdapter but does not work


