Skip to content

Latest commit

 

History

History
41 lines (38 loc) · 641 Bytes

README.md

File metadata and controls

41 lines (38 loc) · 641 Bytes

AdMobSample

AdManager in Android

Ad

KindsOf

  • Banner
    • Medium Rectangle
    • Banner
  • Native
  • Interstitial
  • CustomEvent (Banner)
  • CustomEvent (Native)

Get Started

  • Please put your adMob's app id in ad_mob_app_id .

Credit

  • Android JetPack
    • Foundation
      • AppCompat
      • Android KTX
    • Architecture
      • Data Binding
      • Lifecycles
      • LiveData
      • ViewModel
      • Navigation
    • UI
      • Fragment
      • ConstraintLayout
      • RecyclerView
  • Kotlin (Jetbrains)
    • Stdlib
    • Coroutines
  • Firebase (Google)
    • AdMob
  • Dagger 2
  • Core
  • AndroidSupport
  • Material Components for Android
  • Groupie (lisawray)