I have implemented 3 Tabs in my applications using TabHost and TabActivity. Each Tab has its own ActivityGroup.I am using Android 2.2
I have overridden onBackPressed() and onKeyDown(int keyCode, KeyEvent event) in all of my child activities in each tab. But it works only in the first child activity. In the remaining child activities the application stops working after i click on Back button
This is the first time i have implemented Tab activities.