am trying to use this myGallery.setSelection(5, true); (Gallery.setSelection(Position, Animate);), which 5 is the requested position.
should this method animate the gallery till the new selected position is shown?? or just jumps to the selected position directly?
because when i use it, no animation happens !!
set animation for on item selected listener. The animation will call only for selected gallery item.
this will help you.