Hello All, i've updated this wrapper to Version 1.7, it uses the Tapit's latest SDK, better performance, i apologize for taking so long in updating it, please feel free to report any problems with this library.
You can add Interstitial, Full Screen, Banner and Prompt Ads with this library, Wall offer and Video Ads are not working yet.
All the permissions are included in the library, so there's no need to add them manually on your manifest file.
There's an example included so you can test it out, theres also documentation included that will help you start implementing this library right away, just add the TapitV1.7.xml, TapitV1.7.jar and TapitAdview.jar files to your additional libraries folder
and you're ready to start adding ads to your applications.
The library can be downloaded from here
https://github.com/walterf25/TapitAdsV1_7
For processing some ORMMA feature like playing embedded video please
add this before the </application>:
you also need this in your xml file to display the ads
Enjoy!!!!!!
Walter
You can add Interstitial, Full Screen, Banner and Prompt Ads with this library, Wall offer and Video Ads are not working yet.
All the permissions are included in the library, so there's no need to add them manually on your manifest file.
There's an example included so you can test it out, theres also documentation included that will help you start implementing this library right away, just add the TapitV1.7.xml, TapitV1.7.jar and TapitAdview.jar files to your additional libraries folder
and you're ready to start adding ads to your applications.
The library can be downloaded from here
https://github.com/walterf25/TapitAdsV1_7
For processing some ORMMA feature like playing embedded video please
add this before the </application>:
<activity android:name="com.tapit.adview.ormma.util.OrmmaActionHandler"/>
you also need this in your xml file to display the ads
<activity android:name="com.tapit.adview.AdActivity"
android:configChanges="keyboard|keyboardHidden|ori entation"/>
Enjoy!!!!!!
Walter
Last edited: