0

我正在寻找在 Groupie 中添加原生广告的任何示例。

我在 recyclerview 中添加项目的代码是:

recycler_view_user.apply { layoutManager = LinearLayoutManager(this@UserFragment.context) adapter = GroupAdapter<ViewHolder>().apply { userSection = Section(items) add(userSection) setOnItemClickListener(onItemClick) } }
4

1 回答 1

0

只需使用 Native Ads 实现创建另一个 Groupie 项目并将其添加到您的适配器。首先,尝试从Native Template创建广告。之后,您可以根据需要创建自己的原生广告模板。

于 2020-07-31T08:07:02.210 回答