How to save a list view to display the last row

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.

+4
source share
1 answer

Try using android: stackFromBottom

+6
source

Source: https://habr.com/ru/post/1337583/


All Articles