0

I am working on bottom tabs in xamarin forms. I am looking for a sample application in xamarin forms for bottom tabs same as the in the video provided for android. https://www.youtube.com/watch?v=Tz_il-BMaD0

Could anybody please help me with this task?

user1448108
  • 467
  • 2
  • 10
  • 28
  • 1
    [Custom tabs](https://github.com/xamarin/XamarinCommunityToolkit/issues/501) in XCT would help? – Shaw Feb 19 '21 at 03:17
  • Hi can you tell me if any example available in xamarin forms for curved bottom navigation tabs similar to this video - https://www.youtube.com/watch?v=JJ_-euBIhyU – user1448108 Feb 19 '21 at 03:34
  • @user1448108 You can take a look [this sample](https://github.com/ahoefling/XamarinShellSamples/tree/master/Samples/Samples.ShellItemRenderer) firstly. – Cherry Bu - MSFT Feb 19 '21 at 05:40
  • Hi Cherry, I tried this url and able to run the app...in that example the center tab is not navigating to corresponding screen when i clicked on it..tried debugging but did not understood where its failing...can you check once – user1448108 Feb 19 '21 at 09:14

1 Answers1

1

This nuget is helpful in customizing UI for tabs.

https://github.com/roubachof/Sharpnado.Tabs

Shubham Tyagi
  • 798
  • 6
  • 21