Intent i = new Intent(getApplicationContext(), Activity2.class); startActivity(i); Note: you need to past this code on onClick method.