2

I implemented Admob native ad express into my application, following this video that was posted on google developers YouTube channel. Apon finishing it I read that it was discontinued since October 2017 and will stop being served in March 2018.

I can't find any information about this and what we as developers should do. Should we replace it with banner ads, native ads advance or what? I can't imagine having banner ads in a RecyclerView and there is also not a lot of information out there about impending native advanced ads in a RecyclerView.

Has anyone come across this issue and what did you do?

ClassA
  • 2,480
  • 1
  • 26
  • 57

1 Answers1

0

Yes you are right, Native Ads Express is being deprecated.

I guess you can try integrating Native Ads or Native Ads Advanced .

Here are some examples of Native Ads in a RecyclerView that I found on github, stackoverflow and youtube.

NewestStackOverflowUser
  • 2,792
  • 5
  • 22
  • 31