Skip to content

Instantly share code, notes, and snippets.

@seaders
Forked from prime31/Activity Sharing Methods
Last active August 29, 2015 14:23
Show Gist options
  • Save seaders/57fc37e14bfb1051ffb4 to your computer and use it in GitHub Desktop.
Save seaders/57fc37e14bfb1051ffb4 to your computer and use it in GitHub Desktop.
public static void onCreate( Bundle savedInstanceState )
public static void onActivityResult( int request, int response, Intent data )
public static void onNewIntent( Intent intent )
public static void onStart()
public static void onStop()
public static void onDestroy()
public static void onRestart()
public static void onPause()
public static void onResume()
public static void onBackPressed()
public static void onSaveInstanceState( Bundle savedInstanceState )
public static void onRestoreInstanceState( Bundle savedInstanceState )
public static void onConfigurationChanged( Configuration newConfig )
public static void onWindowFocusChanged( boolean hasFocus )
public static void onKeyDown( int keyCode, KeyEvent event )
public static void onKeyUp( int keyCode, KeyEvent event )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment