It seems like every example I can find of switching between activities involves creating an Intent and passing in the context of a View via an OnClickListener associated wit
I have the shortest Version
startActivity(new Intent(CurrentActivity.this,ActivityYouWantToOpen.class));