My UI is principally a series of table views, with a NavigationGroup at the top that lets me go back.
In Android it seems the NavigationGroup component does not exist. I have seen in Kitchen sink that I can open the next successive window with a tab component in a similiar way that the NavigationGroup works using the open() method, but I don't really want to lose the real estate at the top to tabs.
Suggestions?