Ali Hassan
Ali Hassan

Reputation: 519

Navigation bar : Navigate between different screens

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.enter image description here

Upvotes: 0

Views: 77

Answers (1)

Madhur Ahuja
Madhur Ahuja

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

Related Questions