Base solution for your next web application
Open Closed

Xamarin Androi Bottom Navigation Bar #5157


User avatar
0
geovanimartinez created

Hello, I would like to implement the Bottom Navigation bar, such as in <a class="postlink" href="https://blog.xamarin.com/exploring-androids-bottom-navigation-view/">https://blog.xamarin.com/exploring-andr ... tion-view/</a> , I have the same question as this fellow <a class="postlink" href="https://forums.xamarin.com/discussion/104925/header-and-navigation-footer">https://forums.xamarin.com/discussion/1 ... ion-footer</a> (I would like to know both since top nav bar might be a requirement in the future).

I am able to do so, following the guides referenced but ONLY on a non aspnetzero(default VS Project Template) template project, when I attempt to do so using the AspnetZero Xamarin - Android project (referencing the guides) I can' seem to render the results I want, I just get a blank page, I am missing something but not sure how to proceed.

Could I get an example using the aspnetzero xamarin project (android for now)?. Appreciate your time and efforts.


3 Answer(s)
  • User Avatar
    0
    alper created
    Support Team

    hi,

    There's an example Twitter implementation with Xamarin. See <a class="postlink" href="https://github.com/sthewissen/KickassUI.Twitter">https://github.com/sthewissen/KickassUI.Twitter</a>

  • User Avatar
    0
    geovanimartinez created

    Thank you!. I will follow the guide and reference the code. I do believe something like this should be implemented on the aspnetzero xamarin app thou.

  • User Avatar
    0
    alper created
    Support Team

    Hi,

    Currently, there's no plan to add an extra menu on top or bottom. Because the app is a generic application and not all the customers would like to have such a menu. Thanks for your understanding ;)