All Things Tabs! Top Tabs, Bottom Tabs, Tab Sandwich - Xamarin.Forms & .NET MAUI

  Рет қаралды 43,371

James Montemagno

James Montemagno

Күн бұрын

Пікірлер
@sinam1951
@sinam1951 3 жыл бұрын
Thanks a lot James! I was so new in App development. I just started a month ago and by watching your videos now I'm able to create simple projects.
@JamesMontemagno
@JamesMontemagno 3 жыл бұрын
Nice work! That is awesome to hear!
@bebenlebricolo
@bebenlebricolo Жыл бұрын
Ok; you know what ? That's the best summary I've found so far. Beats the Microsoft documentation by far (remember that TabbedPage doc that just says "Hey, it's incompatible with Shell, will make it crash" and you're left with no explaination as to why and how to actually remedy any of this). I was looking for highly customizable tab stacks and was kindof disappointed with the Shell's tabbar (but it's far more powerful than what I've thought originally) and the Sharpnado.Tabs is advertised here and there on the internet but your video is the first place I've found that actually compares TabbedPage, Shell's Tabbar and Sharpnado almost foot by foot. Thank you !
@jfversluis
@jfversluis 3 жыл бұрын
And don't forget about the TabView in the Xamarin Community Toolkit! But Sharpnado is pretty amazing as well! Thanks James!
@JamesMontemagno
@JamesMontemagno 3 жыл бұрын
Good point!!! Totally forgot lol
@mercytum7045
@mercytum7045 2 жыл бұрын
This was really awesome...and thanks for letting us know about Sharpnado.Tabs. Hope to use it someday soon.
@luisjjjj
@luisjjjj 2 жыл бұрын
Great video, a Sharpnado.Tabs video would be awesome. Thanks again.
@evenewtube4040
@evenewtube4040 Жыл бұрын
Thanks a lot ! I was searching for it sooo much, love you ! 😘🤩
@PC-js3bj
@PC-js3bj 3 жыл бұрын
Thanks James!
@amirmirzababapour6016
@amirmirzababapour6016 Жыл бұрын
So good, thanks!
@HelloVNNY
@HelloVNNY 3 жыл бұрын
Thank you a lot James 👍👍👍👍
@playerzzt1262
@playerzzt1262 Жыл бұрын
great video, I was struggling with the tab colors and icons
@samiboy53
@samiboy53 Жыл бұрын
Hi James! Awesome Video. Quick question: how about letting the user create tabs at run time dynamically? Similar to how in visual studio, where each code file you open becomes another tab. Can I do something like that in my app? Or even more advanced, letting the user doc the tabs in different spots similar to how you can do it in visual studio where you can play around with the different windows and doc them any which way you want? would love to see some help with that. Thank you so much again. I've learnt soo much from your videos.
@sipepguru
@sipepguru 3 жыл бұрын
Could you kindly do a video on passing data between these different options
@paul790905
@paul790905 3 жыл бұрын
Thanks James from Cuba
@DifferentTurn
@DifferentTurn 3 жыл бұрын
Thank you, James! Awesome vid, and great explanation! Now it's time to try things out 🤸
@rikudouensof
@rikudouensof Жыл бұрын
Thanks James
@stefanvogel9770
@stefanvogel9770 2 жыл бұрын
How to add top tabs to a contentpage ? I mean i have a main page where you can select something when you will routed to the next one and on the second one i want to have tabs. How to add tabs inside the second page ? Only what i can find is how to add tabs to the first page which will be called in Appshell but i cant find solution how to add tabs to content pages
@giannisvenetik3506
@giannisvenetik3506 2 жыл бұрын
I've been struggling with this for about 2 days now. If you find a solution, please, let me know.
@leosouza1520
@leosouza1520 Жыл бұрын
@@giannisvenetik3506 same thing around here, any solution?
@livy5x281
@livy5x281 Жыл бұрын
Thank u, this helps a lot!
@gouzgr638
@gouzgr638 Жыл бұрын
Hey Amazing video. You are my go to channel when I want to learn or refresh memories. Can you make an example of binding for tab and flyouts. The IsVisible and the flyoutIsVisible are either bugged or I am doing something horrible wrong in my viewmodel. And I am still trying to figure out how to pass values from a flyout to a flyout pr to a page or tab for that matter
@codewithreen5768
@codewithreen5768 Жыл бұрын
Cam you do a short video on how to use Shopnado? I'm not able to pyt tab content.
@openit6987
@openit6987 2 жыл бұрын
Thanks you so much Pro .
@ryanoconnell8204
@ryanoconnell8204 2 жыл бұрын
Great Video thanks James. Where the root is a Shell TabBar is there a recommended way to navigate a chain of pages from the root Nav stack and not from within the Current tab page Nav stack? You covered this for Non-AppShell. Of course could use Shell.TabBarIsVisible="False" or perhaps even Modal navigation to give the illusion of this, but it is still using the Current tabbed page Nav stack. Thanks
@leosouza1520
@leosouza1520 Жыл бұрын
Great video, but how about tabs inside tabs when using Shell navigation (not Flyout) ?
@nyuhkembayy
@nyuhkembayy Жыл бұрын
Do you have video that shows how to code bottom flyout/drawer? Thank you!
@maxblue8623
@maxblue8623 3 жыл бұрын
Thank you, James! Can you make a tutorial on how to write a chat app with xamarin forms? There are so few good videos on this topic on KZbin(
@BirenPatel
@BirenPatel Жыл бұрын
Hey James! Great content and appreciate all you do for the Xamarin community. I had a question regarding iPad/iPhone navigation. Is it possible to have different navigation for different devices? Side bar for iPad and Tabbed for iPhone within the SAME app project? Any guidance will be greatly valued and appreciated. Thanks
@GianniDPC
@GianniDPC 3 жыл бұрын
Hey James thanks for the awesome videos! I have a question: can you enable swiping between shell tabs? I’m specifically looking to enable it for the top tabs.
@JamesMontemagno
@JamesMontemagno 3 жыл бұрын
I don't believe they ever added that for the top tabs.
@jdia.
@jdia. Жыл бұрын
Is there a way to make the bottom tabs navigation by swiping, like the top tabs do?
@terryhenning8325
@terryhenning8325 2 жыл бұрын
Hey James! Great video - it's a must watch for learning MAUI. I've come back to it several times, but I'm wondering if there's a way to pass data when clicking on tabs in a TabBar when using Community Kit MVVM? I can hook up the NavigatedTo events, but I'm not seeing an obvious way to get parameters from VM1 passed to the VM that is the BindingContext for Tab2. Love the look of MAUI so far!
@kangaroojack89
@kangaroojack89 2 жыл бұрын
Hey James awesome video, question on navigation buttons within a tab. How do I have a navigation button change to an entirely new tab as opposed to just navigating within the tab itself?
@juanfrancisco9039
@juanfrancisco9039 2 жыл бұрын
Thanks a lot James!! Is there any way to expand the size of the top tabs to full width??
@jimshattuck5285
@jimshattuck5285 6 ай бұрын
Hi James, love the videos! I'm new to MAUI and have a tabbed app I am working on that uses the camera as a barcode reader on Tab2 (in a StackLayout). However, when I navigate away from Tab2, then back the camera quits working. Any ideas?
@wolframliermann2883
@wolframliermann2883 2 жыл бұрын
Dear James thanks a lot, for so much helpful content. Is it possible to create an animated tabbar icons? Like in the Google clock app. Thank you.
@BhekiSangweni
@BhekiSangweni 2 жыл бұрын
Hey James great content as always! I have a question, is it possible to add a page on top of each page for example lets say you are using tabbed pages, and you want them to inherit that particular page...the same way the bottom tabs are able to be accessible in different pages
@Subin-h2q
@Subin-h2q 11 ай бұрын
Is there any way to place the tab title in center if there is no icon? without icon I looks odd as placed in bottom.
@apollokulashekar398
@apollokulashekar398 11 ай бұрын
Hei, There is any option to disable the tab swipe in the shell 😢
@bobbobson6290
@bobbobson6290 2 жыл бұрын
There's a small issue when there are more than 5 tabs and the tabs are at the bottom. The "More" tab isn't highlighted with the "SelectedTabColor" when a swipe is used to get there. Instead the fourth tab is still highlighted. But if the "More" tab is directly touched/clicked it gets highlighted correctly.
@emilywatsonld
@emilywatsonld Жыл бұрын
Hey James, Do you know if it is possible to make the tabs on bottom be in nav stack in an easy way ? Like in instagram with it's bottom tabs, am trying to do such a thing, but except keeping own nav stack, don't see any alternatives
@eakjaa
@eakjaa 2 жыл бұрын
Thank, How i will change language of "More" Tab, When i have five or six tab. More Tab is show automatic, but i can't language "More" to another.
@megasupernewbie
@megasupernewbie 3 жыл бұрын
are there any vids about shell? I have not had a chance to learn that yet
@kaligulah00000
@kaligulah00000 10 ай бұрын
I have a Flyouitem->Tab> 2 ShellContents. I need that when I press a button in shellcontent1 it makes shellcontent2 appear to access it. I am accessing the IsEnable property through an MVVM binding, but it doesn't work. I've been trying for several hours and I can't get it. Could you help me please?
@Jad.abouzaki
@Jad.abouzaki 3 жыл бұрын
You are amazing.. Thank you, please may i ask for autho 2 and refresh token? Thanks
@kirwakelvinkering3122
@kirwakelvinkering3122 Жыл бұрын
What if I wanted to hide the tabs and show them as the user scrolls ? Just like twitter does ,how will that be possible ?
@anonymousug9648
@anonymousug9648 2 жыл бұрын
i prefer you always start out with a new project not necessarily opening it show roots and stuff but i mean let it be a new class new xmlpage or may be if aready coded start from the top it gets pretty confusing when you jump to the point i realy dont know where your namespaces come from and when you do show the class i still can't tell what in there and how it starts up thank you
@adrianllamido759
@adrianllamido759 3 жыл бұрын
Hi James, thanks a lot for the video! About the "android:TabbedPage.IsSwipePagingEnabled", I wonder if there's a way to add this same gesture for the Shell's TabBar?
@GianniDPC
@GianniDPC 3 жыл бұрын
I’m wondering the same too.
@JamesMontemagno
@JamesMontemagno 3 жыл бұрын
I don't believe you can for Shell, I don't think it was ever added.
@adrianllamido759
@adrianllamido759 3 жыл бұрын
alright, got it.. thanks for the reply,@@JamesMontemagno ..
@SyedTassaduq
@SyedTassaduq Жыл бұрын
so how do I set IconImageSource to show the image in it's orignal color like it is on png not everyone want a gray and white UI
@Shahan85
@Shahan85 2 жыл бұрын
hi sir, could you please tell that how to Parameter Passing from a content page to tabbed page of between tabbed page?
@jespinalny
@jespinalny 2 жыл бұрын
On iOS however, you’ll have a headache waiting for you when the icons are huge. Youll need a custom renderer class.
@JamesMontemagno
@JamesMontemagno 2 жыл бұрын
I haven’t really had any issues with that. You can always provide pics perfect icons if you desire as well
@OrkSchamane
@OrkSchamane 2 жыл бұрын
Hi, i've wondering how to get dots instead of Tabs with. I want to create a welcome/tutorial page(s). And for that I want dots on the Bottom of the Page, so that the User can See the count of steps
@cahyodwc
@cahyodwc 3 жыл бұрын
Hi James, is there any Calendar View built in new .NET MAUI ?
@jfversluis
@jfversluis 3 жыл бұрын
There won't be any new controls in .NET MAUI for the first version. It will have the same as Xamarin.Forms today but with a new architecture. From there, new things will be added :)
@sentrycod2373
@sentrycod2373 3 жыл бұрын
Wonderful as always James. I was wondering how you navigate within a tab item, but for the Tabview control. I tried wrapping with a navigation page but the tabview only takes views. I tried using a data template selector to switch pages from view model but this is very rough. Is there a way to seamlessly do this?
@JamesMontemagno
@JamesMontemagno 3 жыл бұрын
I think you would want to use a TabbedPage and put the navigationpage inside of one of the tabs.
@AntonKorolev-y1h
@AntonKorolev-y1h Жыл бұрын
Hello,how add badge in tab?
@Otonium
@Otonium 2 жыл бұрын
Cool. Can I get rid of the Flyout? and leave tabs only? Is it done changing something in the Shell?
@JamesMontemagno
@JamesMontemagno 2 жыл бұрын
Yup, just put Tabs in your shell :) you can also manually set "FlyoutBehavior" to Disabled at the top of the shell
@tech-man8751
@tech-man8751 2 жыл бұрын
@JamesMontemagno how to bring the tab at the top in iOS? as you show we can bring the tab at the bottom in Android, how to do it for iOS if we want to make it at the top?
@eddyj.l4495
@eddyj.l4495 3 жыл бұрын
Will u migrate the coffee App to MAUI?
@94089463
@94089463 3 жыл бұрын
James: Any news on the Android Emulator for M1 Macs? Thank you
@abba5102
@abba5102 3 жыл бұрын
Very good brother I am xamarin developer.
@JohnSmith-dd2nd
@JohnSmith-dd2nd 2 жыл бұрын
MAUI in Sept 2022 is awful - trying to pull in tabbed pages on a fresh install of VS 2022 on a MAUI app and guess what - throws "the type os namespace Xamarin cannot be found (...... really?
@RimuruLai
@RimuruLai 2 жыл бұрын
same
@amiteshwarsingh6099
@amiteshwarsingh6099 3 жыл бұрын
Just wanted to ask if xamarin will shutdown soon as i was just reading this on google and just came to your channel ,?
@piyushagunjal3564
@piyushagunjal3564 3 жыл бұрын
Hello, I am struggling to change the font of the bottom tabs that are in the Shell. Please could you assist if this is possible and if so how to go about it? Thank you in advance
@JamesMontemagno
@JamesMontemagno 3 жыл бұрын
Take a look at -> github.com/jamesmontemagno/MyCoffeeApp/blob/master/MyCoffeeApp/MyCoffeeApp/AppShell.xaml#L101-L131 all the same code and logic
@sacarymoviesamu
@sacarymoviesamu 3 жыл бұрын
Hello, James. I will put the comment here bcs it's your most recent video. I've been programming with a visual mode way (dragging controls / windows) for the past 3 years (mostly android apps), and now i have to do a multiplatform app with xamarin.forms. It's so confusing in many ways. Do you have any advice for me or can you recommend to me another multiplatform framework ? Thanks in advance.
@zhh174
@zhh174 3 жыл бұрын
what about tabs on the right side on desktop in maui?
@JamesMontemagno
@JamesMontemagno 3 жыл бұрын
Well that would be more of the FlyoutPage navigation style where you have those on the left/right. Similar setup though.
@energymarketprice
@energymarketprice 3 жыл бұрын
Shell tab page on Android is destroyed when you select another tab?
@JamesMontemagno
@JamesMontemagno 3 жыл бұрын
I believe this was all fixed up in .NET MAUI and also I think in the latest XF version (not positive though).
@igorlimadev
@igorlimadev 3 жыл бұрын
Great video, helped me a lot, but I didn't got it to work on iOS, just on Android. Is there anything special to do to make it work on iOS? It just shows a blank page with nothing in it, no tabs, no content.
@JamesMontemagno
@JamesMontemagno 3 жыл бұрын
Take a look at github.com/jamesmontemagno/mycoffeeapp working well for me there
@igorlimadev
@igorlimadev 3 жыл бұрын
@@JamesMontemagno I'll take a look, thanks!!
@viccotr
@viccotr 2 жыл бұрын
hello, who know how to switch between the tabs programmatically with ViewModel? thanks
@JamesMontemagno
@JamesMontemagno 2 жыл бұрын
Well in shell you would just navigate to the tab via the shell gotoasync method. else on a tabbed page you just set the current page index on the tabbedpage itself
@ariesdane5876
@ariesdane5876 3 жыл бұрын
Admittingly, I only skimmed through this video but I never saw the Microsoft.Maui namespace referenced in any of the code you demo'd. All I saw was Xamarin.Forms.
@JamesMontemagno
@JamesMontemagno 3 жыл бұрын
The demo app i have been building the past year is Xamarin.Forms but all of the concepts and code besides the namespace are exactly the same
@williamprogramer4168
@williamprogramer4168 3 жыл бұрын
⭐⭐⭐⭐⭐
@sespark
@sespark 2 жыл бұрын
Surprised you didn't say "tab in". 😂😂
@thameemansari6644
@thameemansari6644 3 жыл бұрын
Yo James.. first comment..
@jxalexan5641
@jxalexan5641 Жыл бұрын
alg
@priyankakondapuram2947
@priyankakondapuram2947 5 ай бұрын
Bro 2min stupid ad
XAML for Beginners - Xamarin.Forms & .NET MAUI XAML
28:10
James Montemagno
Рет қаралды 78 М.
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
Сестра обхитрила!
00:17
Victoria Portfolio
Рет қаралды 958 М.
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
.NET MAUI Page Types | DotNet MAUI Navigation | .NET MAUI pages
21:25
Coding Droplets
Рет қаралды 32 М.
🐚 Shell for .NET MAUI & Xamarin.Forms - What, why, and how?!?!
16:51
James Montemagno
Рет қаралды 37 М.
The .NET MAUI Community Toolkits - Brandon Minnick - CPH DevFest 2024
58:01
Xamarin.Forms & .NET MAUI Shell Navigation for Beginners
20:14
James Montemagno
Рет қаралды 40 М.
Adding Fingerprint Or Face Recognition To Your .NET MAUI App
18:00
Gerald Versluis
Рет қаралды 10 М.
Scaling AI: Building the Right AI Team
33:52
Knownwell
Рет қаралды 1,4 М.
Custom Fonts & Font Icons/Images in Xamarin.Forms
20:18
James Montemagno
Рет қаралды 23 М.
Starting .NET MAUI Development in 2025 - Everything You Need To Know!
36:09
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН