In my project I have 5-6 Activities.
Now I want to set a Spinner
at the top of an activity, i.e. in the top corner, in front of the title.
Suppose we are in Activity 1: then by using Spinner, in front of the title name, we can go to any of the other activities.
Same thing should happen in all activities.
Please help me how to implement in android.