Widgets use
RemoteViews
to display their screen. RemoteViews
typically require that all the display classes be available WITHOUT your entire APK having been loaded. http://developer.android.com/guide/topics/appwidgets/index.html#CreatingLayout shows you what View classes you can use: you currently can not use any custom views, therefore there is no way right now to use a com.google.ads.GoogleAdView
in a widget.Read full article from Can we display ads in android widget - Stack Overflow
No comments:
Post a Comment