Android: Programmatically animate between images in Gallery widget

前端 未结 5 1406
鱼传尺愫
鱼传尺愫 2020-12-14 12:11

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

5条回答
  •  借酒劲吻你
    2020-12-14 13:05

    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);

    Now I can programmatically animate the gallery between images.

提交回复
热议问题