clockbyte / admobadapter

It wraps your Adapter to display Admob native ads and banners in a ListView/RecyclerView data set. It based on the Yahoo fetchr project https://github.com/yahoo/fetchr
Apache License 2.0
237 stars 75 forks source link

Where are you specifying the Native Advanced Ad IDs? #99

Closed Shajeel-Afzal closed 6 years ago

Shajeel-Afzal commented 6 years ago

Hi,

I am trying to implement Native Advanced Ads by following the sample app code here: https://github.com/clockbyte/admobadapter/blob/master/sampleapp/src/main/java/com/clockbyte/admobadapter/sampleapp/MainActivity_RecyclerView.java

and in the Recipe here, But I don't see that where are you specifying the Native Advanced Ad IDs.

Does Advanced Ads work differently?

Can you please correct me?

Shajeel-Afzal commented 6 years ago

Okay, I see your comment that says use different ctor when releasing the app. //when you'll be ready for release please use another ctor with admobReleaseUnitId instead.

timemake commented 6 years ago

Hi, Thanks for very good tutorial! I have two questions for you. 1) I'm planning to show the native advanced app in alert dialog so I would like to display the ad on one simple view. 2) It seems like the ad size is too big to show in the ListView. Are you able to change the ad size? Thanks for your help in advance!