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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -