如何将视图添加到图库?

发布于 2024-08-30 05:09:09 字数 129 浏览 10 评论 0原文

我有多个列表视图,想将它们添加到图库中。

我尝试使用 addView 但不支持它,因为 Gallery 视图是 AdapterView。

有人可以让我知道该怎么做吗?

问候

苏尼尔

I have multiple ListViews and would like to add those to Gallery.

I tried with addView but it is not supported since Gallery view is an AdapterView.

Can someone let me know how to go about it?

Regards

Sunil

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

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

发布评论

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

评论(2

甜味超标? 2024-09-06 05:09:09

我有多个 ListView,并且会
喜欢将它们添加到图库中。

这不太可能奏效。 GalleryListView 滚动可能无法运行。

我尝试使用 addView 但不是
支持,因为图库视图是
适配器视图。

正确的。

有人可以告诉我怎么走吗
关于它?

您需要创建一个包含 ListViewsAdapter,并将该 Adapter 交给您的 Gallery

I have multiple ListViews and would
like to add those to Gallery.

That is unlikely to work. Either the Gallery or the ListView scrolling probably will not function.

I tried with addView but it is not
supported since Gallery view is an
AdapterView.

Correct.

Can someone let me know how to go
about it?

You will need to create an Adapter containing your ListViews, and hand that Adapter to your Gallery.

阳光下的泡沫是彩色的 2024-09-06 05:09:09

有关如何将 Gallery 类与 Adapter 一起使用的示例,请参见此处。本示例中的适配器提供图像。您可以提供您的 ListViews

An example on how to use the Gallery class together with an Adapter can be found here. The adapter in this example provides images. You could provide your ListViews

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