本文介绍了是的AdView在Android中包含它内部的WebView?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我一直在努力实施,做了类似的功能,以谷歌的AdView中我自己的AdView自定义视图。
I have been working on implementing my own AdView custom view that does similar functionality to Google's AdView.
我看着AdView中的继承树似乎它从一个ViewGroup,然后从View继承。
I looked at the inheritance tree of AdView it seems that it inherits from ViewGroup and then from View.
有谁知道,如果AdView中包含一个显示基于HTML的广告网页视图?或AdView中仅支持图片和文字?
Does anyone know if AdView contains a Webview that displays HTML based ads ? or AdView only supports images and text?
如果它不是一个能的WebView认为任何人使用web视图作为我的广告旗帜容器的任何关注?
If its not a WebView can anyone think of any concern of using a Webview as a container for my ad banner?
推荐答案
AdMob的AdView中使用的WebView。
The Admob AdView uses a WebView.
这篇关于是的AdView在Android中包含它内部的WebView?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!