• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps how to show ads on startup of app?

hello i have written an app and in order to monetise it i need to integrate an ad on the startup like a pop up or short video. how would i go about doing this?
thanks in advance
 
Hi,
You can integrate an ad library, Admob or Adcolony for example, or any other of this kind. After that, you need to add adview to your layout and show it after onCreate method, called in the Activity.
 
Back
Top Bottom