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

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -