Skip to content

Instantly share code, notes, and snippets.

@debyamitsh
Created May 22, 2020 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save debyamitsh/1104aa1cf03fbff01d6d96b50a856a48 to your computer and use it in GitHub Desktop.
Save debyamitsh/1104aa1cf03fbff01d6d96b50a856a48 to your computer and use it in GitHub Desktop.
class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)
MobileAds.initialize(this, "YOUR_ADMOB_APP_ID")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment