I am new to Xamarin Forms. I know how to develop an action bar in Android using ActionBarActivity. I cannot find how to do the same in Xamarin Forms. It seems that NavigationPage will display the action bar, but from there, how do I do the actions such as navigation drawer, options menu, search, etc?
Thanks!