I am using Tabbar with ActivityGroup in one of my example application. Following is the structure of my application
Tab1 -> ParentActivity1 -> ChildActivity_11 -> ChildActivity_12
Tab2 -> ParentActivity2 -> ChildActivity_21 -> ChildActivity_22
Tab4 -> ParentActivity3 -> ChildActivity_31
Tab4 -> ParentActivity4 -> ChildActivity_41
Issue I am facing is when I press native back button in ChildActivity_12 then it should go to ChildActivity_11 but somehow it is exiting from application. Can someone suggest me what should be my checks here ?
Parallely if someone can guide me here to manage navigation properly in navigation controls like Tabbar with ActivityGroup, Fragments etc in Android ?