My code is using 'case and break' example
case R.id.student:
showMessage("Student");
Intent std = new Intent(Home.this, student.class);
startActivity(std);
break;