将广告添加到列表

发布于 2024-11-14 08:44:13 字数 222 浏览 2 评论 0原文

在像这样实现的列表底部包含固定广告的最简单方法是什么:

http://developer.android.com/resources/tutorials/views/hello-listview.html

What would be the easiest way of including a fixed ad at the bottom of a list implemented like this one:

http://developer.android.com/resources/tutorials/views/hello-listview.html

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

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

发布评论

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

评论(2

淡莣 2024-11-21 08:44:13

您可以使用 addFooterView(View v) 方法将静态 View 添加到列表末尾。

You can use the addFooterView(View v) method to add a static View to the end of the list.

似狗非友 2024-11-21 08:44:13

您需要构建一个自定义列表视图,然后可以在该列表视图适配器上加载广告。

You need to build a custom listview, and on that listviewAdapter you can load the Ad.

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