[Native Ad]Loading Multiple Admob Native ads in Listview
See original GitHub issueUse case
For some reason, before installing the googleads package I was expecting to be able to easily load multiple Native ads in a Listview since that’s the standard for most Apps… (for example show 1 ad every 6 cards) However for my surprise that’s not really the case. Documentation and examples clearly show how to put 1 ad… and that’s it…
Proposal
Sure maybe there are some advanced solutions that solve this issue (still trying to figure out what solutions… there is no clear info about it) or even some StackOverflow “hacks”… but those can easily create other serious issues, including getting those ads banned for improper usage. Would be great to load multiple ads in a listview out of the box since that’s a really common scenario for a production-ready App…
And maybe the option to easily load for example 3 ads with one request to avoid lagging in the listview…
Meanwhile, what is the proper way to do it?
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:14
Top GitHub Comments
Exactly @maheshmnj that’s the exact same issues I’m having… That’s why I asked for an example…
@maheshmnj , i am surprised as it was possible when coding with android and kotlin…are you in touch with the plugin developper? do we need to consider this a limitation or do they advise a workaround?