private void initComponents() { addButton = findViewById(R.id.addButton); cancelButton = findViewById(R.id.cancelButton); keywordsText = (EditText) findViewById(R.id.keywordsText); nameText = (EditText) findViewById(R.id.nameText); AdsUtils.loadAd(this); addButton.setOnClickListener(this); cancelButton.setOnClickListener(this); }
@Override protected void onDestroy() { super.onDestroy(); AdsUtils.destroyAdView(this); }