I have tried to implement Admob Native Ads into my Android App. But I have problem with this. My app has been blocking UI Thread when the ad is being loaded. I have used Native Ads for recyclerview. This is example for that which I have forked from google example repository and modify for the same with my implementation.
https://github.com/sinhpn92/admob-native-ad-example
I have tried to put the load ads inside asynctask or kotlin coroutines thread but It's still have this problem. I did upgrade to latest version.
I have some question:
- Have anyone has facing this issue?.
- Is that problem of admob sdk?.
- Have any suggest to solve this issue?.
Thanks for your time.