I have this doubt about new Toolbar in Android.
I have to create one Toolbar for each activity in my app or there are a best practice to create one Toolbar for all activ
Toolbar is just a view and you have to add it to your each Activity in which you want to show it.
Toolbar
Activity
One way is to just put it in a separate layout file and include in your Activity layout.
toolbar.xml
Now in your Activity layout where you want to add it just include like this: