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 动画。我这里只需要一个改变。我想创建两个按钮(上一个和下一个)。我想查看下一个图像以单击下一个按钮和上一个上一个按钮。有没有办法做到这一点或还有其他例子?谢谢
在按钮OnClickListener中增加你想要显示的图像的位置
OnClickListener
imageView.setImageResource(position);
更多的
更新
imgView.setImageResource(Imgid[position]);
您可以使用您给出的示例中提供的方法获取图像的当前位置。