ListView item scroll animation (“UIKit Dynamics” -like)
This implementation works quite good. There is some flickering though, probably because of altered indices when the adapter add new views to top or bottom..That could be possibly solved by watching for changes in the tree and shifting the indices on the fly.. public class ElasticListView extends GridView implements AbsListView.OnScrollListener, View.OnTouchListener { private static int … Read more