feat(admob): demonstrate fullscreen ads - #4096
Merged
Merged
Conversation
This was referenced Aug 26, 2026
polmiro
force-pushed
the
next-gen-admob-sample-fullscreen
branch
from
August 27, 2026 08:53
e72f81a to
6933d3d
Compare
polmiro
marked this pull request as ready for review
August 27, 2026 08:59
polmiro
force-pushed
the
next-gen-admob-sample-fullscreen
branch
from
August 28, 2026 07:59
6933d3d to
92b55cc
Compare
📸 Snapshot Test621 unchanged
🛸 Powered by Emerge Tools |
polmiro
force-pushed
the
next-gen-admob-sample-fullscreen
branch
2 times, most recently
from
September 1, 2026 08:12
5d74dd3 to
8f1c3b0
Compare
polmiro
force-pushed
the
next-gen-admob-sample-fullscreen
branch
from
September 1, 2026 08:46
8f1c3b0 to
60f0abb
Compare
AlvaroBrey
reviewed
Sep 1, 2026
|
|
||
| @Composable | ||
| @Suppress("CyclomaticComplexMethod", "LongMethod") | ||
| internal fun AppOpenScreen(activity: Activity, onBack: () -> Unit) { |
Contributor
There was a problem hiding this comment.
nit: these two screens look basically the same save for some strings and types, and both are long and complex. I'd extract common parts to be shared between them.
as with the rest, NABD because it's a sample app
AlvaroBrey
approved these changes
Sep 1, 2026
Base automatically changed from
next-gen-admob-sample-banner
to
next-gen-admob-sdk
September 1, 2026 09:27
polmiro
force-pushed
the
next-gen-admob-sample-fullscreen
branch
from
September 1, 2026 09:28
60f0abb to
c6a3d6e
Compare
AlvaroBrey
approved these changes
Sep 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Expands the Google Mobile Ads Next-Gen example app with full-screen ad workflows:
Screenshots
Note
Low Risk
Changes are confined to the example app’s UI and documentation-style ad integration; no SDK or production code paths are modified.
Overview
Replaces interstitial and app open placeholders in the AdMob Next-Gen sample with real Compose flows wired through RevenueCat’s
adTrackerand Next-Gen preload helpers.Adds a shared
FullScreenAdScreenthat mirrors the banner sample’s direct load vs preload modes: tracked load (loadAndTrackInterstitialAd/loadAndTrackAppOpenAd),startAndTrack/pollAndTrackAd, show/dismiss handling, and status UI. Each format uses different placement strings at load, poll, preload, and show so reviewers can see show-time placement overrides (called out explicitly on the interstitial screen). App-open loading is manual in the sample rather than tied to process lifecycle.Reviewed by Cursor Bugbot for commit e773e0c. Bugbot is set up for automated code reviews on this repo. Configure here.