Example #1
0
 @Override
 public void onDestroy() {
   super.onDestroy();
   ExampleApplication.getRefWatcher(getContext()).watch(this);
 }
Example #2
0
 @Override
 protected void onDestroyView() {
   super.onDestroyView();
   RefWatcher watcher = ExampleApplication.getRefWatcher(this);
   watcher.watch(getView());
 }