Share via

Xamarin BottomNavigationBar

Bujdy 1 Reputation point
2021-05-04T08:55:41.517+00:00

Hi, i want to create navigation bar that will look like this
93545-image.png

    <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

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.