0

I use ListView to show my items.
The matter is when I want to update or delete some items, I have to clear ArrayList assigned to ListViewAdapter and use notifyDataSetChanged. This causes ListView to scroll to the bottom. How can I prevent to scroll ListView in this situation?
the ListView is a list of chat messages and I want to update the list every 15 seconds. When a user is reading messages and scrolling up, after refreshing the ListView, it scrolls to the bottom.
I see this.

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
Hajitsu
  • 764
  • 17
  • 49

0 Answers0