@Override protected void onDestroy() { Log.d(TAG, this + "onDestroy"); if (ex_cardSwiper != null) { ex_cardSwiper.onDestroy(); ex_cardSwiper = null; } if (ex_soundWave != null) { ex_soundWave.onDestroy(); ex_soundWave = null; } if (ex_codeScanner != null) { ex_codeScanner.onDestroy(); ex_codeScanner = null; } super.onDestroy(); };
public void onPause() { onDestroy(); }