Hello, everyone...
Here is MoPub plugin for Android
https://github.com/zaniar/gideros_mopubMoPub is a one-stop ad serving platform designed for mobile application publishers to manage their ad inventory on iOS and Android. MoPub enables app publishers to optimize multiple sources of advertising – including direct ads, house ads, ad network, and real-time bidding through MoPub Marketplace – in a single product.
http://mopub.com
Comments
http://www.nightspade.com
Good luck with the iOS version
It seems that the era of android plugins begins
Eg, How do I let the plugin know the AppUnit ID, etc?
https://deluxepixel.com
Have you read README.md?
https://deluxepixel.com
setContentView(R.layout.main);
FrameLayout layout = (FrameLayout)findViewById(R.id.viewport);
It says "FrameLayout cannot be resolved to a type" and "R cannot be resolved to a variable"...
Any ideas?
Edit: Rebuild the while project from scratch, same result. ??
https://deluxepixel.com
and import your app's resource
as
import com.yourdomain.yourapp.R;
Likes: SinisterSoft
But "FrameLayout cannot be resolved to a type" remains... ?
https://deluxepixel.com
import android.widget.FrameLayout;
Wish that was in the pdf!
https://deluxepixel.com
http://appcodingeasy.com/Gideros-Mobile/AdMob-plugin-for-Android
I'll try the AdMob one now instead....
https://deluxepixel.com