A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
Xamarin BottomNavigationBar
Bujdy
1
Reputation point
Hi, i want to create navigation bar that will look like this
<TabBar>
<ShellContent Title="Home" Icon="home.png" Route="HomePage" ContentTemplate="{DataTemplate local:HomePage}" />
<ShellContent Title="Books" Icon="book.png" ContentTemplate="{DataTemplate local:BooksPage}" />
<ShellContent Title="Reminder" Icon="reminder.png" ContentTemplate="{DataTemplate local:HomePage}" />
<ShellContent Title="User" Icon="user.png" ContentTemplate="{DataTemplate local:UserPage}" />
</TabBar>
This is how my code looks like, only thing missing is that i dont know how to implement that green circle to know which page i am currently on.
Developer technologies | .NET | Xamarin
Developer technologies | .NET | Xamarin
Sign in to answer