Skip to content

Instantly share code, notes, and snippets.

@anpieber
Created November 25, 2011 10:45
Show Gist options
  • Select an option

  • Save anpieber/1393236 to your computer and use it in GitHub Desktop.

Select an option

Save anpieber/1393236 to your computer and use it in GitHub Desktop.
@Override
protected void init() {
super.init();
applicationLifecycleListener.onInit(this);
}
@Override
protected void onDestroy() {
applicationLifecycleListener.onDestroy(this);
super.onDestroy();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment