Questions tagged [interstitial]

Full screen advertisements for Android and iOS applications.

Full screen advertisements for Android and iOS applications. Phones and tables for both platforms are supported.

An interstitial ad covers the entire device screen and can be dismissed.

812 questions
-2
votes
1 answer

How to show Interstitial ads every 20 seconds in Kotlin?

How to show Interstitial ads every 20 seconds in Kotlin? i used this steps to load ad after 20 seconds i want to load ad every 20 seconds in my app please help //ads // Sample AdMob app ID: ca-app-pub-3940256099942544~3347511713 …
Rcnithi
  • 1
  • 1
-2
votes
1 answer

Interstitial AdMob opens after closing

I have created an app with Interstitial AdMob, but, when it opens the ad and I close it, it reopens again and so on... What I want to do is to throw the ad after 5 launch count app. Here's my code. sharedPreferences = getPreferences(0); int…
Esteban Chornet
  • 928
  • 3
  • 14
  • 38
-2
votes
1 answer

i want to implement on onclicklistener on cardview and every card takes me to a different activity

I want to replace the toast and I want every card view when clicked takes the user to a new different activity. I would also like to implement Interstitial ads when the user clicks on the cardview. Here is my adapter class public class MyAdapter…
-2
votes
1 answer

Ads still show even after user left the application or close it

Interstitial ads still show after my application is closed or even if user left the app which violate the Admob police. How to stop that, noting that I followed the implementation guide while adding the code to my application ? I use a navigation…
Fadl
  • 21
  • 3
-2
votes
1 answer

How to display Admob Interstitial every time a Button is pressed?

I'm a BEGINNER when it comes to Android Development. This is my first application. I would like to know how to display a Admob interstitial ad every time a button is pressed. Here is my code : package hamza.guideforx.com.guideforx; import…
-2
votes
2 answers

How to configure a interstitial ads in the app?

I found a solution Please help solve the problem of the beginner. I need to pre-load the advertising and at the click of a button "Next" play ads(during the transition between the activities). In my example, it is not working properly. Please…
-2
votes
1 answer

Limiting the number of interstitial ads

When I add interstitial in oncreate of activity (not main activity) ads loading each time user open that activity I need a code that show interstitial once when open a activity and if this activity opens again and again doesn't show any ads public…
saadat 68
  • 17
  • 1
  • 7
-2
votes
1 answer

Programatic Strategy issue about Interstitials ads to earn fast in Android

I have put Interstitial ad on buttonclick. It will increase probability of clicking.But i want if user try to click cross button (to close ad) instead of clicking ad(in case he do not like ad), the ad clicked automatically and help adding points to…
user2393171
  • 365
  • 1
  • 3
  • 6
-2
votes
1 answer

Interstitials admob android webview

Hello i got a webview project.I wanna add interstitials ads for my project.i have a banner ads but i wanna add one more full screen ads.how can i do this ? anyone help me ? my xml have a only webview (webView) and ads (adsView).thanks all right.
Berk kk
  • 3
  • 1
  • 8
-3
votes
1 answer

incompatible types: cannot be converted to Context

when i run app it gives the following error incompatible types: cannot be converted to Context InterstitialAd.load(this,ForexScalping.this.getString(R.string.main_inter), adRequest, im still new to code…
-3
votes
1 answer

how I can show interstitial ads with a random presentation

hello I want to show interstitial ads with a random click on button example if I click on wallpaper 3 times the interstitial ads is showing up I want to add a function to showing Interstitial randomly after click, between 3 to 10 click this my code…
-3
votes
1 answer

app starts to show interstitial ads repeatadly till device hangs

I implemented interstitial and banner ads on my app. they run well when auto rotation is off. but when auto rotation is turned On, and whenever screen orientation changes, my app starts to show interstitial ads repeatedly, it shows the ads till the…
-3
votes
1 answer

iAd interstitial not working after first time

I programmed an app such that when you press a button, it will call the iAd requestInterstitialAdPresentation() function. The first time I do this, it works normally. However, after I close the Ad view, and I press the button again, another ad will…
Iridescent330
  • 33
  • 1
  • 6
-3
votes
1 answer

Android - interstitial ads - Stopping my all sounds on full load

i just discovered that on interstitial load at the background stopping my all sounds. i got following in each activity resulting stopping any kinds of interstitial load at the background public void displayInterstitial() { if…
-4
votes
2 answers

how to add interstitial ad to webview?

I just want interstitial ad in my main activity anyhow private void initAdmob() { if (isAdmobEnable) { adView = new AdView(this); adView.setAdSize(AdSize.BANNER); adView.setAdUnitId(MY_AD_UNIT_ID); …
Niu Zest
  • 1
  • 2
1 2 3
54
55