Hi Gerald, thanks for the videos. How do we get a DI viewmodels to a shell content page ? It seems shell pages do not support constructor injection. Thanks!
Thanks Alex, appreciate it! Yeah things like these really take away the first barriers of starting with mobile development. Learn only what is really important. Hope we get to implement more of these things!
Hello Gerald, first of all, thank you again for the job you do, I am happy to see that the channel is growing. I wanted to ask you if there is any way to set the camera to 9:16 while using it, and to add a usage timer at the same time. In other words, is there any way to make the camera (using Xamarin Forms) behave in a similar way to how it does using Instagram Reels, youtube shorts, Tik Tok videos...
You referenced an earlier video where you talk about host builders -- can you provide a link to that? Google's not being helpful (and it's too new for ChatGPT)
gr8 vid like always, i wanna ask u if i am building an app with MAUI and on mobile screen i want an item to take the size of the entire row but if i have a bigger screen like a pc or a laptop or tables i want that item to no longer take the size of the entire row instead to take the size of a col and then have more that one item on the same row, can u please show us how to make responsive screen designs with MAUI to have a good ui/ui on multi sized screens. and pleaseeeee keeep going i am learning a lot from u
For the love of G-d, can you please make a tutorial on how to change the header bar colors of the WinUI and other shells in Maui Blazor? There is very little documentation on this. CommandBarBackgroundColor, etc? Thank you!
@@jfversluis How does that work? I get a XAML exception that there is no parameterless constructor when I try to do that. This would be of great help since my Page or Page ViewModels would not have to know about every control in the page anymore.
Het Alex! Watch out with that one because they do very different things! The { get; } = … sets the initial value. With => it will execute each time and give you a new instance of the object. Try it with a GUID and you’ll see
@@argonjs Nope! That is just because working with .NET MAUI is better supported on Visual Studio for Windows at the moment. Whenever I can I will switch back to Mac!
Hi Gerald, I need your help. I would like to do where i tapped on the device, i need to know X,Y location of tapped position. I couldn't find any where. could you help me please? . Thank You
Have you looked at the MR.Gestures library? I think it can do that, it is paid though, but it's the easiest. Else you will have to go write custom renderers to do it
Hi Gerald, Thank you for the video, short and useful
Thanks Thomas!
Thank you Gerald! I'm eager to see more .NET MAUI tutorials!~~
A lot is still changing and happening so there will be more, but might be a bit later! :)
Hi Gerald, thanks for the videos. How do we get a DI viewmodels to a shell content page ? It seems shell pages do not support constructor injection. Thanks!
I've checked with the rest of the team and at this point it's indeed not possible. Something that is thought about and might come later!
Very good video, thanks. I'm really excited to see what else is coming new in .NET MAUI
Thanks Alex, appreciate it! Yeah things like these really take away the first barriers of starting with mobile development. Learn only what is really important. Hope we get to implement more of these things!
Hello Gerald, first of all, thank you again for the job you do, I am happy to see that the channel is growing. I wanted to ask you if there is any way to set the camera to 9:16 while using it, and to add a usage timer at the same time.
In other words, is there any way to make the camera (using Xamarin Forms) behave in a similar way to how it does using Instagram Reels, youtube shorts, Tik Tok videos...
Great video!
Thanks Oleg!
You referenced an earlier video where you talk about host builders -- can you provide a link to that? Google's not being helpful (and it's too new for ChatGPT)
Host builders aren’t very new especially when used with ASP.NET. This might be helpful: thewissen.io/adopting-the-generic-host/
this was super helpful
Great! Glad you think so! Thanks!
gr8 vid like always, i wanna ask u if i am building an app with MAUI and on mobile screen i want an item to take the size of the entire row but if i have a bigger screen like a pc or a laptop or tables i want that item to no longer take the size of the entire row instead to take the size of a col and then have more that one item on the same row, can u please show us how to make responsive screen designs with MAUI to have a good ui/ui on multi sized screens. and pleaseeeee keeep going i am learning a lot from u
VisualStateManager is your friend
For the love of G-d, can you please make a tutorial on how to change the header bar colors of the WinUI and other shells in Maui Blazor? There is very little documentation on this. CommandBarBackgroundColor, etc? Thank you!
Hm not sure what you mean?
is it possible to inject viewmodels into custom controls/ contentviews?
I would think so yes
@@jfversluis How does that work? I get a XAML exception that there is no parameterless constructor when I try to do that. This would be of great help since my Page or Page ViewModels would not have to know about every control in the page anymore.
Awesome 👌
Thanks 🤗
Hi, Gerald. Why are you write like - Message{get;} = " ..."? is not simple to do like Message => " ..."?
Het Alex! Watch out with that one because they do very different things! The { get; } = … sets the initial value. With => it will execute each time and give you a new instance of the object. Try it with a GUID and you’ll see
Hi Gerald, why is the splash screen not working on windows. Please advise
A splash screen is not very typical on desktop and is not available unless you implement something for it yourself
@@jfversluis so I should go for a view with a delay time right?
Hi, how are you? Can you please tell me how can i use ConsumerIrManager service in .net maui? I couldn't find any info regarding this. Thanks
Either work with #if ANDROID sections or add the code for this in the Platforms/Android folder
@@jfversluis Thanks for the reply. How to use #if ANDROID section?
@@mapanjwani learn.microsoft.com/dotnet/maui/platform-integration/invoke-platform-code
Great , thanks
Thank you.
You’re welcome!
Hi Gerald. Awesome video as always. Any update regarding Apple M1 vs Visual studio for mac?
What update are you looking for?
@@jfversluis Is it now stable to move from intel to m1 completely
@@argonjs Ive been working with it since day 1, so I would say yes :)
@@jfversluis Oh nice.. Since most of your videos on windows i thought still m1 is not stable for the development.. Thanks :)
@@argonjs Nope! That is just because working with .NET MAUI is better supported on Visual Studio for Windows at the moment. Whenever I can I will switch back to Mac!
Hi Gerald, I need your help. I would like to do where i tapped on the device, i need to know X,Y location of tapped position. I couldn't find any where. could you help me please? . Thank You
Have you looked at the MR.Gestures library? I think it can do that, it is paid though, but it's the easiest. Else you will have to go write custom renderers to do it
@@jfversluis thanks Gerald🙂
Would like to see the implementation with Microsoft.Extensions framework.
That’s what this is 😄
@@jfversluis Oops, many videos on DI, watching it back and forth, added the comment on this video. BTW, concise explanation 👏👏👏
Thank you!