// also use set onclick listener public void next(View view) { Intent intent = new Intent(this,Activity2.class); startActivity(intent); }