Integrating AdBuddiz with LibGdx



To integrate AdBuddiz with LibGdx you have to add a few steps to the manual:

First - follow the instructions:





After that, add interface class on Android side:





then add implementation class for Android and LibGdx both:




Now - create interface class on LibGdx side




Add lines to Android class that initializes Gdx class:  




Now you have to declare somewhere in LibGdx code a as static of type ActionResolver



Finally  you can show ad in your LibGdx code:




No comments:

Post a Comment