Skip to content

Instantly share code, notes, and snippets.

@iammert
Created May 9, 2017 08:26
Show Gist options
  • Save iammert/ab0136a7ed8266a1e62d1e06e7f7369e to your computer and use it in GitHub Desktop.
Save iammert/ab0136a7ed8266a1e62d1e06e7f7369e to your computer and use it in GitHub Desktop.
Navigator
public final class Navigator {
public static Intent startMainActivity(Context context) {
return new Intent(context, com.annotationsample.MainActivity.class);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment