Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在用户不实际触摸设备的情况下触发 onFling()?
其实我的需要和那个有点不同。我有一个水平滚动的画廊,下面是一排按钮。我希望用户能够通过点击底行按钮将画廊推进到下一个视图。让我们将此方法称为 next()。
我设想从 OnClickListener 调用 next()。
碰巧,Gallery 有一个可用的方法。它是 setSelected(int index)。