I would like move to a specific position in a gallery with animation. For example, I have 100 elements in a gallery and the actual position is 0. I would like to move slowly (animated) to position 99.
I tried the following command, which seemed promising. But it does not animate :-(
gallery.setSelection(int position, boolean animate)
Any hints?