destroy - How to stop admob adview? -
my problem how code adview admob comlete stop when exit on application. have try start getin error. adview cannot resolved ?
my code:
@override public void ondestroy() { if (mp != null) { mp.release(); mp = null; } super.ondestroy(); adview.destroy(); } }
Comments
Post a Comment