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.
我想在 Android 应用中模拟滑动事件。此链接用于触摸事件
基本上,当用户在屏幕上滑动或单击按钮时,我想滑动到下一个视图,而第一个视图很简单。第二个已经完成,我必须在 Button 的 OnClickListener 中模拟或触发滑动事件。我怎样才能做到这一点?
如果您已经使用 ViewPager
viewpager.setCurrentItem(i)
其中 i 是您要滑入的页面数