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

HOW CAN I ADD MY OWN AD ID IN THIS LIB? #95

Closed chiragthummar closed 6 years ago

chiragthummar commented 6 years ago

how to replace test id with original ad id?

kot331107 commented 6 years ago

@chiragthummar 1. What adapter do you use exactly?

  1. why do you CAPSing? lol
chiragthummar commented 6 years ago

well ,i am using recylerview express adapter for listing and lib version is 1.4.1

kot331107 commented 6 years ago

@chiragthummar so kindly use the following ctor passing your ad unit id in the parameter admobReleaseUnitId

chiragthummar commented 6 years ago

thanks for answer.

kot331107 commented 6 years ago

welcome!