Android: Programmatically animate between images in Gallery widget

前端 未结 5 1404
鱼传尺愫
鱼传尺愫 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:00

    Try this

    mGallery.onFling(null,null, velocity,0);

    http://groups.google.com/group/android-developers/browse_thread/thread/9140fd6af3061cdf#

提交回复
热议问题