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?