Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/serggl/mobileadsintegrator
- Owner: serggl
- Created: 2011-05-04T16:59:01.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-04-13T20:28:15.000Z (almost 11 years ago)
- Last Synced: 2024-11-25T17:12:42.792Z (about 2 months ago)
- Language: Java
- Homepage:
- Size: 594 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
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!