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!
@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.
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
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.
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.
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.
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.
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 :)
Yes there are indeed! I will report it sooner.
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!
@Bryson Tyson Instablaster :)
@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.
@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 !
Is it possible to add a shadow effekt to the tabbar?
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
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.
Ok I will put it on my to do list. 👍🏻
@@xamaringuy1951 While you are on your todo list :)- is there any chance you can do a video (or 2) on in app purchases?
thank you for this tutorial
how we can add the corner radius in tab view?
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.
@@xamaringuy1951 thanks dude and if I want to add inside the tabviewitem a content page because I use MVVM with prism
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.
@@anassnassim Additionally why not to change your content page to content view and use mvvm ? It works beautifully.
@@xamaringuy1951 but it should change all the projects for that is not good or what?
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.
thank u! can u also tutorial how to use LayoutState?
github.com/xamarin/XamarinCommunityToolkit
Awesome video!