I try do this:
public void f(View ew ){
onStop();
}
but don't work. I need the button with the attribute onClick = "f" to send its application to onStop (). Any suggestion?
I try do this:
public void f(View ew ){
onStop();
}
but don't work. I need the button with the attribute onClick = "f" to send its application to onStop (). Any suggestion?