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)
-
0
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>
-
0
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.
-
0
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 ;)