Hi, I have an application with two tabs on the screen. Second tab has multiple child screens and while navigating on these screen tab should remain at the bottom. I have achieve this functionality by using the activitygroup and it is working fine.
Now I want to handle back button functionality for second tab. I have implemented back button functionality by using a stack and this is working fine to some extend. Consider the below example: Forward action: child2 -> child3 -> child4 -> child5 Backward action:(using back button) child5 -> child4 -> child3 -> child2 but when I navigate back, the last screen is not visible(i.e child2). means it navigate from child5 -> child4 -> child3 but does not navigate from child3 to child2 I tried various things to resolve this issue but unable to do that. I have attached my sample code. Please have a look into it and help with your suggestion or code sample. http://mono-for-android.1047100.n5.nabble.com/file/n4813427/HelloTabGroupBackButton.zip HelloTabGroupBackButton.zip Thanks, Nilesh -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Handling-back-button-in-Tabgroup-tp4813427p4813427.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid