Display splash ad on Flutter
Step 1. Add resources
Replace your init activity, unit id
- values/theme.xml
replace parent to your application theme
- values-v31/theme.xml
Add your logo image (288x288) to
drawable
and replacewindowSplashScreenAnimatedIcon
Replace
windowSplashScreenBackground
to your splash background color
Step 2. Update Androidmanifest.xml
Androidmanifest.xml
Step 3. Add layout/activity_adrop_splash_ad.xml
layout/activity_adrop_splash_ad.xml
Replace your logo path and background color.
Do not remove
adrop_splash_ad_image
ImageView for splash ad
Last updated