Add AdMob Ad banner: using Android Compose

Andres Sandoval
2 min readNov 29, 2021

Tutorial shows how to display Google AdMob banner ads using Android Compose. Follow the below steps to load an Android test bottom ad banner using Google’s AdMob SDK.

Steps:

  1. Register to get an AdMob account.
  2. Using the latest stable Android Studio, create new Android Compose project. Open Android Studio -> new -> compose -> name project ->…

--

--