[ad_1]
button.setoncliklistener(new OnClickListener(){
public void onclick (View v){
Intent intent = new Intent ( this, next.class);
startActivity(intent);
finish();
}
});
[ad_2]
solved How to I go to next activity [closed]