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 支持库中的 View pager 并自行实现该指标,或查看 Jake Wharton 示例,它的信息非常丰富。
创建两个单独的视图,一个用于您的画廊,一个用于点。让您的 Activity 为您的 Gallery 添加一个监听器以进行滑动操作。通知您的点视图这些操作。