Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/serggl/mobileadsintegrator

Android Library that serves to integrate multiple ad providers into single place
https://github.com/serggl/mobileadsintegrator

Last synced: about 2 months ago
JSON representation

Android Library that serves to integrate multiple ad providers into single place

Awesome Lists containing this project

README

        

Steps to include this library into your eclipse android project:

1) import MobileAdsIntegrator into your eclipse workspace. It will appear as 'com_anjlab_ads_integrator'
2) click 'your project' -> Properties -> Android -> Library -> Add. Now select 'com_anjlab_ads_integrator'
4) add references to Ad-provider SDK's. They can be found under libs folder.
click 'your project' -> Properties -> Java Build Path -> Add External JAR's
3) Change your AndroidManixest.xml, add the following:
- required permissions:



- AdMob activity reference and metadata (in order to work with AdMob) under application element:






That's all! enjoy!