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

Popular posts from this blog

c# - HttpResponseMessage System.InvalidOperationException -

sql - Postgresql error: "failed to find conversion function from unknown to text" -