How to set navigation title in other fragement in android native xamarin.
i tried this but its not working.................
navigation_appbar = inflater.Inflate(Resource.Layout.navigation_appbar, container, false);
TextView nav_title_text = (TextView)navigation_appbar.FindViewById(Resource.Id.nav_title_text);
nav_title_text.Text = "DUMMY";
is to possible to change?

Amit GuptaPosted Apr 21, 2018, 2:05 PM