Friday, 6 September 2013

Keep the scroll position of a list while adding item to the top in Android

Keep the scroll position of a list while adding item to the top in Android

Here and in some other places I found a proposed solution for the problem
of keeping the scroll position while adding items to the top of a list.
I tested it and the result is that the list scrolls and then the original
position is restored but the user can see the list jumping.
Is there a better solution?

No comments:

Post a Comment