I have a recyclerview. and when recyclerview's adapter is constructed, I try to load nativeAd from loadAds(context, 5) ( trying to load 5 ads )
but, if I do like that, main thread is blocked at the moment. I can't scroll smoothly at first time ( during loading ads )
how should I do to avoid this blocking problem?
I tried to call loadAds in asynctask. but it is not solved...