Show a progress Bar when Rewarded video Ads is loading
问题 I want to use Rewarded video ads (Admob) but I want to show a progress bar while the video ads is loading I already try to did it with async task just to see if the video will load but it didn't work @SuppressLint("StaticFieldLeak") public class videoAd extends AsyncTask<Void, Void, Void> { @Override protected void doInBackground(Void... voids) { runOnUiThread(new Runnable() { @Override public void run() { mRewardedVideoAd.loadAd("ca-app-pub-3940256099942544/5224354917", new AdRequest.Builder