How to make admob always shows an ad on android? -


i know there fill rate admob can fill. want show anyway, or make ui inconsistent. tried enable "house ad", still ad bar not filled.

is there way force admob show ads? believe getting more ads displayed can thing them. otherwise, can manually check if there no ad returned? can replace ad bar own decorating bar.

thanks,

admob show ad if possible. , if can't show paid ad, show 1 of house ads. still doesn't pop so, said, want check if appeared , if not, replace else. create listener class extends simpleadlistener. override onfailedtoreceivead method so:

@override             public void onfailedtoreceivead(adview adview)             {                 // todo auto-generated method stub                 super.onfailedtoreceivead(adview);                 //display other view here.             } 

check lunarlander sample better idea.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -