设置 Android Gallery 小部件以显示特定的起始图像

发布于 2024-08-22 11:56:54 字数 181 浏览 7 评论 0原文

我有一个任务,用户可以从 GridView 中选择代表相册的图像,并从此开始一个新的活动,该活动显示一个图库小部件以显示相册的图像。但是,我似乎无法让图库小部件以给定图像作为起点来显示相册的内容。理想情况下,我想要一个 Gallery#setStartingImage(intposition) 或类似的东西。

任何想法将不胜感激。

I have a task where the user can select an image from a GridView representing a photo album, and from this I start a new activity which displays a Gallery widget to show the images of the photo album. However, I can't seem to get the Gallery widget to show the contents of the photo album with a given image as the starting point. Ideally I would like a Gallery#setStartingImage(int position) or something similar.

Any ideas would be greatly appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦里梦着梦中梦 2024-08-29 11:56:54

在深入研究了 Gallery 的继承层次结构后,我发现在 Gallery 扩展的 AbsSpinner 类中定义了 setSelection() 方法。这似乎可以完成工作。

After looking a little deeper into the inheritance hierarchy of Gallery, I found the method setSelection() defined in the AbsSpinner class which Gallery extends. This seems to do the job.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文