powerino Active Member Licensed User Aug 13, 2018 #1 I need to re-open the interstitial on activity_resume, but the open is in loop... how to open ONLY when I close another Activity and re-open Main activity?
I need to re-open the interstitial on activity_resume, but the open is in loop... how to open ONLY when I close another Activity and re-open Main activity?
Erel B4X founder Staff member Licensed User Longtime User Aug 14, 2018 #2 Several ways to do it. The simplest one is to use CallSubDelayed from the second activity and call a sub in the main activity that will show the ad. Using CallSubDelayed to interact between activities and services Upvote 0
Several ways to do it. The simplest one is to use CallSubDelayed from the second activity and call a sub in the main activity that will show the ad. Using CallSubDelayed to interact between activities and services