Skip to content

Instantly share code, notes, and snippets.

@jefBinomed
Created August 22, 2012 11:15
Show Gist options
  • Save jefBinomed/3424556 to your computer and use it in GitHub Desktop.
Save jefBinomed/3424556 to your computer and use it in GitHub Desktop.
A simple gist test
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_home);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment