Skip to content

Instantly share code, notes, and snippets.

@griajobag
Created July 26, 2017 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save griajobag/0c8bb6758562009bb7e8d26989857d8d to your computer and use it in GitHub Desktop.
Save griajobag/0c8bb6758562009bb7e8d26989857d8d to your computer and use it in GitHub Desktop.
intent activity to fragment
Intent intent = new Intent(getActivity(), TujuanActivity.class);
getActivity().startActivity(intent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment