Xamarin Community Toolkit TabView

Поділитися
Вставка
  • Опубліковано 19 гру 2024

КОМЕНТАРІ •

  • @jfversluis
    @jfversluis 4 роки тому +6

    Love to see the first Toolkit videos being made! Thank you for this! Please let us know if you found a bug or something that could work better :)

    • @xamaringuy1951
      @xamaringuy1951  4 роки тому +1

      Yes there are indeed! I will report it sooner.

    • @brysontyson6455
      @brysontyson6455 3 роки тому

      i guess Im asking the wrong place but does anyone know of a trick to get back into an instagram account..?
      I was stupid lost my password. I would love any help you can give me!

    • @kaceangelo132
      @kaceangelo132 3 роки тому

      @Bryson Tyson Instablaster :)

    • @brysontyson6455
      @brysontyson6455 3 роки тому

      @Kace Angelo Thanks so much for your reply. I got to the site through google and Im trying it out now.
      Takes quite some time so I will reply here later when my account password hopefully is recovered.

    • @brysontyson6455
      @brysontyson6455 3 роки тому

      @Kace Angelo it did the trick and I now got access to my account again. Im so happy:D
      Thank you so much, you really help me out !

  • @faborgangnam5511
    @faborgangnam5511 3 роки тому +1

    Is it possible to add a shadow effekt to the tabbar?

    • @xamaringuy1951
      @xamaringuy1951  3 роки тому +1

      Yes of course. github.com/xamarin/XamarinCommunityToolkit/blob/main/samples/XCT.Sample/Pages/Effects/ShadowEffectPage.xaml
      Or you can you Sharpnado shadow for the Sharpnado tabbar

  • @Tamer_Ali
    @Tamer_Ali 4 роки тому +1

    Awesome video tutorial
    I hope you talk about how to use LocalizationResourceManager helper in Xamarin Community Toolkit and how to change the app flow direction RTL/LTR based on localization.

    • @xamaringuy1951
      @xamaringuy1951  4 роки тому +1

      Ok I will put it on my to do list. 👍🏻

    • @robertbertora-kamohatech8597
      @robertbertora-kamohatech8597 4 роки тому

      @@xamaringuy1951 While you are on your todo list :)- is there any chance you can do a video (or 2) on in app purchases?

  • @anassnassim
    @anassnassim 4 роки тому +1

    thank you for this tutorial
    how we can add the corner radius in tab view?

    • @xamaringuy1951
      @xamaringuy1951  4 роки тому +1

      Check out the sample in this video description :
      I have placed box view inside TabStripBackgroundView . Play around with the corner radius. :)
      BoxView BackgroundColor="White" WidthRequest="30" CornerRadius="20,20,0,0" You can modify the corner radius of tabview.

    • @anassnassim
      @anassnassim 4 роки тому

      @@xamaringuy1951 thanks dude and if I want to add inside the tabviewitem a content page because I use MVVM with prism

    • @xamaringuy1951
      @xamaringuy1951  4 роки тому

      As per my knowledge Content views are supported inside tab view items .We can’t put content page inside tabviewitems as it is not supported. Flyout Shell will be the best option to go with.

    • @xamaringuy1951
      @xamaringuy1951  4 роки тому

      @@anassnassim Additionally why not to change your content page to content view and use mvvm ? It works beautifully.

    • @anassnassim
      @anassnassim 4 роки тому

      @@xamaringuy1951 but it should change all the projects for that is not good or what?

  • @zaibatsumozu
    @zaibatsumozu 3 роки тому +2

    Nice implement TabView with content view, can you please give sample how to implement MVVM seperate viewmodel on each contentview and bind for collectionview for example, I'm struggle with those, thanks.

  • @SalehWolf
    @SalehWolf 3 роки тому +1

    thank u! can u also tutorial how to use LayoutState?

    • @xamaringuy1951
      @xamaringuy1951  3 роки тому

      github.com/xamarin/XamarinCommunityToolkit

  • @emmanueladebiyi2109
    @emmanueladebiyi2109 4 роки тому +1

    Awesome video!