I am looking for any example to add Native Ads in Groupie.
My code for adding items in recyclerview is:
recycler_view_user.apply { layoutManager = LinearLayoutManager(this@UserFragment.context) adapter = GroupAdapter<ViewHolder>().apply { userSection = Section(items) add(userSection) setOnItemClickListener(onItemClick) } }