Skip to content

Instantly share code, notes, and snippets.

@firexel
Created March 25, 2012 16:39
Show Gist options
  • Save firexel/2198147 to your computer and use it in GitHub Desktop.
Save firexel/2198147 to your computer and use it in GitHub Desktop.
MyActivity.STATIC_VARIABLE_HACK = myComplexObject;
Intent intent = new Intent().setClass(this, MyActivity.class);
startActivity(intent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment