Note: As of Jellybean the gallery widget is deprecated. A ViewPager should be used instead.
I\'d like to programmatically move between images in the Gallery wi
In the end I wrote my own version of the Gallery widget with the help of the code at this site.
I then wrote my own method which uses mFlingRunnable.startUsingDistance(distance);
mFlingRunnable.startUsingDistance(distance);
Now I can programmatically animate the gallery between images.