Is AdView in Android contain a WebView inside it ?

653 views Asked by At

I have been working on implementing my own AdView custom view that does similar functionality to Google's AdView.

I looked at the inheritance tree of AdView it seems that it inherits from ViewGroup and then from View.

Does anyone know if AdView contains a Webview that displays HTML based ads ? or AdView only supports images and text?

If its not a WebView can anyone think of any concern of using a Webview as a container for my ad banner?

1

There are 1 answers

2
William On BEST ANSWER

The Admob AdView uses a WebView.