Do not Show ad on any one Position except interval of time
How To show native on any position. in my case if only one item then show native after that item and if more than one item then show after second items only one time
////////// Ad-Adapter-Position
AdmobNativeAdAdapter admobNativeAdAdapter = AdmobNativeAdAdapter.Builder.with("ca-app-pub-3940256099942544/2247696110", adapter, "small").adItemInterval(1).build();
rvContacts.setAdapter(admobNativeAdAdapter);
rvContacts.setLayoutManager(new LinearLayoutManager(this));
Change : adItemInterval(1).build(); like- 1 2 3 4 5 position
adItemInterval
If i changes that position then After "adItemInterval("Position") " Position Show another time native Mean if adItemInterval(2) then add repeat or Show after every 2 Items. i need Only One time in a activity at fix position Like that i mention in my Question
how to show on a specific location not in recyclerview.
how to show on a specific location not in recyclerview.
Why you Use this if you not use in Gridview ore recyclerview. Simply use this Native advanced