I have run one activity from main. I want If button is pressed, kill this user interface and activate other user interface to do other jobs.Mainly ;
in onClick ( view temp)
switch( temp . getId () ) {
case R.id.button_validate:
// raise other vindow after killing current one
My other activity class name is renderman. How can I do ?
And add these lines in AndroidManifest.xml..