0

My current Android application displays a list of personal details. The users can order the list by full name either ascending or descending.

The ordering toggle works fine, however the user experience is not acceptable.

I am using adapter updateList with DiffUtil and the change is confusing

I've tried also "scrolling to top" when the update is complete howver this doesnt really improve the user experience.

Is there a Best Practice for handling complete reversing a lists contents?

Hector
  • 4,016
  • 21
  • 112
  • 211
  • If you are using `recyclerview`, check this https://stackoverflow.com/questions/27727354/linearlayoutmanager-setreverselayout-true-but-items-stack-from-bottom – Aditya Jan 23 '19 at 12:27
  • @HeisenBrg I am using recyclerView, but cannot see how the link you posted will help me – Hector Jan 23 '19 at 13:00

0 Answers0