Android AdMob Native Express into ListView -


i've problem when admob express native ads load first time , refresh banner. code same github google native ads i've put adpter listview control choise:

if (position == 0) {       // put admob view initialization here }else{       // listview view element } 

in case see listview become in parts black background:

enter image description here

where errors? lot


Comments

Popular posts from this blog

How to start daemon on android by adb -

testing - Detect whether test has failed within fixture -

Angularjs unit testing - ng-disabled not working when adding text to textarea -