RecyclerView-Native-ads-Example icon indicating copy to clipboard operation
RecyclerView-Native-ads-Example copied to clipboard

Do not Show ad on any one Position except interval of time

Open Apsalogics opened this issue 4 years ago • 4 comments

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

Apsalogics avatar May 21 '21 13:05 Apsalogics

////////// 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

vimalcvs avatar May 21 '21 17:05 vimalcvs

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

Apsalogics avatar May 22 '21 05:05 Apsalogics

how to show on a specific location not in recyclerview.

itzsachin321 avatar Jun 13 '21 12:06 itzsachin321

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

Apsalogics avatar Jun 14 '21 07:06 Apsalogics