Skip to content

Instantly share code, notes, and snippets.

@a-v-ebrahimi
Created February 6, 2012 19:36
Show Gist options
  • Select an option

  • Save a-v-ebrahimi/1754301 to your computer and use it in GitHub Desktop.

Select an option

Save a-v-ebrahimi/1754301 to your computer and use it in GitHub Desktop.
android Show Activity
Intent intent = new Intent(FirstActivity.this, OrderScreen.class);
startActivity(intent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment