i have tabactivity with 3 child activity, but i get issue back press not work to close Tab activity...
i set in Tab activity with
@Override
public void onBackPressed() {
super.onBackPressed();
}
and i set in each child activity with
@Override
public void onBackPressed() {
this.getParent().onBackPressed();
}
its seem not work, ho to fix it ? sorry for my english.. thanks