Posts

Showing posts with the label Method

Android : How To Integrate Google AdMob in your android application using Firebase

Image
How To Integrate Google AdMob in your android application using Firebase AdMob  by Google is an easy way to monetize mobile apps with targeted, in-app advertising. It can be used to integrate ads in multiple platforms like android, ios, etc.  AdMob by Google is a mobile advertising platform that you can use to generate revenue from your app. Using AdMob with Firebase Analytics provides you with additional app usage data and analytics capabilities. AdMob is now a part of Firebase. Hence method of integrating the ads into your application is changed a bit. But Google has made it even simpler.  Following are the prerequisites for integrating ads   Android Studio 1.0 or higher  Android API level 9 or above  An Android Studio project There are two types of ads : Banner and Interstitial Banner ads appear on a portion of a screen while interstitial ads covers the whole screen. We will be discussing how to add...