super.onCreate(savedInstanceState); setContentView(R.layout.redirect_enter); // Watch for button clicks. Button goButton = (Button)findViewById(R.id.go); goButton.setOnClickListener(mGoListener);