Reputation: 519
is there a good tutorial for navigation in android like UINavigation in iOS: To navigate to some screen,then pressing back button to come back to the caller screen i.e. stacking,keep on pushing to new screens and then pressing back to pop current screen and go to caller screen.
Upvotes: 0
Views: 77
Reputation: 22661
Have you looked at ActionBar ?
http://developer.android.com/guide/topics/ui/actionbar.html
For advanced navigation, also look at SlidingMenu
https://github.com/jfeinstein10/SlidingMenu
Upvotes: 2