[Feature] Add AdMob Ads SDK integration skill
Author: AndreSandCreated Aug 5, 2026Updated Sep 8, 2026
Labelsenhancement
Proposed Skill
Requesting a new skill to guide developers through integrating and managing the Google Mobile Ads (AdMob) SDK in Android applications using modern Android development practices (Kotlin, Jetpack Compose / View-based layouts).
Additional Context
The skill should provide guidance, boilerplate code, and review capabilities for:
SDK Setup & Configuration
- Adding
play-services-adsdependency and initializing the SDK properly (MobileAds.initialize). - Configuring
AndroidManifest.xmlwith the AdMob App ID (com.google.android.gms.ads.APPLICATION_ID).
- Adding
Ad Format Implementations (Jetpack Compose & Views)
- Banner Ads: Composables (
AndroidViewwrappedAdView) and XML layout integration. - Interstitial Ads: Preloading, show/dismiss callbacks, and lifecycle awareness.
- Rewarded Ads & Rewarded Interstitial: Granting rewards via callbacks securely.
- Native Ads: Custom layout binding and asset handling.
- Banner Ads: Composables (
Source: android/skills