I have a list view, and I install a list adapter every time any text is sent.
My problem is that when a new message is populated in the list view, it displays the messages from the first. I want the list view to display the last message when a new item is added to the list.
Please help me fix this.
source share