How to show up interstrial ads, while opening two different URL in webview with Intent?
问题 So i am using intent to load two URL's from single web view with the help of switch case. Now i want to implement, intrestrial ads to show when anyone clicks on button before webview is loaded. Below is my code. """Home Activity"" public class home extends AppCompatActivity { AdView mAdview3; private InterstitialAd interstitialAd; public RatingBar ratingbar; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_home