2

I have looked for answer on this question and found this one page How can I change the position of an item in ListView dynamically in android

but from another source I know that changing of the list of objects don't reflect on ListView structure after calling .notifyDataSetChanged(). It works only when you use own methods of the adapter like insert(), remove(), add(), ... (notifyDataSetChanged example)

How can I swap (exchange positions) two ListView items?

Community
  • 1
  • 1
Dmytro Zarezenko
  • 10,526
  • 11
  • 62
  • 104

0 Answers0