Skip to content

Instantly share code, notes, and snippets.

@mactkg
Created April 2, 2011 05:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mactkg/899272 to your computer and use it in GitHub Desktop.
Save mactkg/899272 to your computer and use it in GitHub Desktop.
techhub_intent.java
Intent intent = new Intent(helloworld.this.hogehoge.class);
intent.setAction(Intent_ACTION_VIEW);
startActivity(intent);
// if you want return some information, you should use startActivityForResult().
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment