android - Show and hide banner admob for a custom time -


this code , working perfectly:

   adview madview = (adview) findviewbyid(r.id.adview);    adrequest adrequest = new adrequest.builder().build();    madview.loadad(adrequest); 

however, want banner show amount of seconds , hide, showing again later. best way it? thanks!!

you can set timer , hide entire ad layout after timeout after displayed.

this easiest way achieve requirement.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -