admob-native-advanced-feed icon indicating copy to clipboard operation
admob-native-advanced-feed copied to clipboard

Results 12 admob-native-advanced-feed issues
Sort by recently updated
recently updated
newest added

There is a problem when assiging the GADUnifiedNativeAdView class to the ad view and trying to connect the different suviews to the GADUnifiedNativeAdView outlets. GADUnifiedNativeAdView doesn't present any outlets in...

The loading fragment keeps loading when no Internet! Infinite loading

I am unable to get correct item position after item is clicked. It always gives me wrong position after ads are loaded

Trying to understand if I can build full image ads like this with admob, or do native ads all need to have the text / logo/ etc?

I ran this code and the native ads in the list are sometimes working fine. I want to achieve this with Pagination. Whenever i call below function for next page,...

Google recommends to destroy the ads. But how should we go about destroying the ads in recyclerview.

As the title states. For beginners it could be hard to update it to latest versions hard.

In writing time this is now at least: app gradle: `androidx.appcompat:appcompat:1.1.0` `androidx.cardview:cardview:1.0.0` `androidx.recyclerview:recyclerview:1.1.0` `androidx.legacy:legacy-support-v4:1.0.0` `com.google.firebase:firebase-ads:18.3.0` This implies also changes to `AndroidManifest.xml` in project gradle: classpath 'com.google.gms:google-services:4.3.3'

In MainActivity insertAdsInMenuItems() method, the code shown specifies adding NativeAd instead UnifiedNativeAd: `for (NativeAd ad : mNativeAds) {` must be `for (UnifiedNativeAd ad : mNativeAds) {`

There is no comments about the need of adding Internet permission to the manifest.