I am integrating Admob Native express ad in my application. I want it to show in all size of devices. In small devices it is not showing because of ad size. My add is in listview and gridView. Please suggest me, how it will load add in each size of device. Even I was trying to set size dynamically, but did not Work for me.
Thanks in advance.
I had success with the following code:
EDIT: thanks to fattire for pointing out to clear the animation before removing the view to prevent a crash on older devices (see here)