I’ve seen example in Monodroid of using admob banners to apps using JNI environment in order to communicate with java objects.
Is there an example how to implement and use admob interstitial full screen ads?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You would use the newer and easier Java Binding Library rather than JNI. Here is a sample from Xamarin on how to use Admob in Mono for Android. Java Binding Libraries enable you to create a version of the Java Library that you can call from your Mono for Android project. For more info on binding Java Libraries please follow this link.