Admob extension creating doubt

I want to ask that, i want to create an admob ads extension free of cost for everyon but there is a problem , how can i get a view which user will provide like it provides a vertical arrangement and in it i want to add admob ad view . How can i do it.

Any help will be appreciated.

They're already many free ad extension... (there may be not, but i have seen)
Also, why not try to do it?

#off-topic there is no free admob ads extension

1 Like
public void Initialize(AndroidViewComponent arrangement) {
    FrameLayout view = (FrameLayout) arrangement.getView();
    view.addView(AdView);
}

You can do it like this

2 Likes

have u completed admob extension?

Yes little bit is remaining

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.