0

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) } }
Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
ALi
  • 430
  • 7
  • 19

1 Answers1

0

Just create another Groupie Item with Native Ads implementation and add it to your adapter. First of all, try to create Ads from Native Template. Afterwards, you can create your own Native Ads Template if you need it.

sɐunıɔןɐqɐp
  • 3,332
  • 15
  • 36
  • 40
just_koala
  • 43
  • 1
  • 6