Тёмный

Effective Alerts with Snackbar & Toast with .NET MAUI 

Gerald Versluis
Подписаться 104 тыс.
Просмотров 12 тыс.
50% 1

Опубликовано:

 

8 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 72   
@jfversluis
@jfversluis Год назад
Hold up! The .NET MAUI Community Toolkit has a lot more amazing things that will you much more productive in building your .NET MAUI apps. I have this curated playlist with Community Toolkit videos, right here, check it out! ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-nCNh9G-Q688.html
@DavidStania
@DavidStania Год назад
Nice!! That helped me a lot and my new app is with that toasts much more fancy than using default alerts.
@jfversluis
@jfversluis Год назад
Awesome, thanks for letting me know David!
@josedonizeteoliveirajunior1744
really really easy! thanks for teaching!
@jfversluis
@jfversluis Год назад
Glad it was helpful!
@yaKaiZen
@yaKaiZen Год назад
Another great video! Thanks!
@jfversluis
@jfversluis Год назад
Thank you!
@AsiaSissyLoveBBC
@AsiaSissyLoveBBC Год назад
Thank you for your effort about dotnet environment!
@jfversluis
@jfversluis Год назад
Much appreciated! Thanks!
@totototo4093
@totototo4093 Год назад
Very helpful. Simple and clear explanations !
@jfversluis
@jfversluis Год назад
Glad you liked it
@alialshreef2874
@alialshreef2874 5 месяцев назад
Thanks Alot 🤗🤗
@resler7ooo118
@resler7ooo118 Год назад
Thanks for all you tutorial...
@jfversluis
@jfversluis Год назад
Absolutely my pleasure, thank you for watching!
@deaasaleh3613
@deaasaleh3613 Год назад
Thank you for this great effort 👍👍👍
@jfversluis
@jfversluis Год назад
Thank you!
@DeepWorksStudios
@DeepWorksStudios Год назад
Great informativ Content Thanks Gerald
@jfversluis
@jfversluis Год назад
Thank you!
@yousifarshak
@yousifarshak Год назад
Clear explanation Well done 👍
@jfversluis
@jfversluis Год назад
Thanks friend!
@SliemLichtenberg
@SliemLichtenberg Год назад
Great content as always !
@jfversluis
@jfversluis Год назад
Thank you!
@ezecel9
@ezecel9 Год назад
Thanks for the video
@jfversluis
@jfversluis Год назад
Thank you for watching!
@VicEstampida
@VicEstampida Год назад
Super!
@jfversluis
@jfversluis Год назад
Thank you very much!
@Mielesplayz
@Mielesplayz Год назад
Thanks! I can now replace the notification that shows up with a nice little popup at the bottom of your screen.
@jfversluis
@jfversluis Год назад
Awesome! Good luck!
@Mielesplayz
@Mielesplayz Год назад
@@jfversluis Thank you!
@aoruspurple5872
@aoruspurple5872 Год назад
Nice video! Would you please make tutorial to replace the indicatorView's Dots for CarouselView's Images. Like a Thumbnails
@dyrdymalka2890
@dyrdymalka2890 Месяц назад
Is there any way, to show snackbar on the top of the screen from viewModel in MVVM pattern?
@stargazerNC
@stargazerNC Год назад
Great stuff, thanks! I wonder how would you go about on using this in an MVVM scenario?...
@jfversluis
@jfversluis Год назад
It’s a static class that you can use so you can simply call is from your ViewModels just as well
@stargazerNC
@stargazerNC Год назад
@@jfversluis thanks. Was thinking along those lines. 😊
@Zamphie
@Zamphie Год назад
You can do that, but you probably shouldn't as it's UI. UI code doesn't belong in a ViewModel, and it will make your ViewModel much harder to test.
@cat0363-es3xs
@cat0363-es3xs Год назад
Thanks for the great explanation. In iOS 13.3.1, the snackbar background color is not colored.
@jfversluis
@jfversluis Год назад
Thanks! Please open an issue for that on the repo
@cat0363-es3xs
@cat0363-es3xs Год назад
Hi, @@jfversluis Thank you for your reply. I'll try to report an issue.
@RichardMilesMorris
@RichardMilesMorris Год назад
Just did this targetting Windows (I'm using Win 10) and noticed that when you click the "YES!" button, along with popping up the message window, it also creates a new instance of the app: if you do it again it will keep generating a new instance of the app. Thought that was pretty odd...
@aathifmahir
@aathifmahir Год назад
Awesome 👍, Please use Dark Mode on Visual Studio on Demo's in the future video's, almost blinded by light mode lol 😂
@jfversluis
@jfversluis Год назад
Thanks for the feedback. Won’t happen though :)
@christerad1669
@christerad1669 Год назад
@@jfversluis Why :(
@jfversluis
@jfversluis Год назад
Then I’ll get comments asking for light mode 🤷‍♂️ I prefer light mode myself, it provides better contrast for those who need it
@user-rp2rt6ws8m
@user-rp2rt6ws8m Год назад
Thanks for the video! Can you please tell me how I can set my own font in SnackBar?
@jfversluis
@jfversluis Год назад
You can set it through the VisualOptions
@moatasemkremed5395
@moatasemkremed5395 Год назад
Gerald, How can i target the control in view from ViewMode for anchor? Snackbar.Make("Some instructions", null, "X", TimeSpan, Options , Anchor_Control_Name_From_View?);
@valentinoromelio5414
@valentinoromelio5414 5 месяцев назад
I am just checking this. How to prevent it starts a new xaml form on windows when I click on the snackbar or the toast?
@jfversluis
@jfversluis 5 месяцев назад
I think you just hopped on the Community Toolkit Discord, ask there or open an issue on the repo if you think we should change that!
@jamalfazeli9127
@jamalfazeli9127 Год назад
How can we use TouchEffects, Animations and Long press in .Net MAUI?
@Mielesplayz
@Mielesplayz Год назад
is it possible to make the "snackbar" bigger? for me it appears behind the back button from android and I have no Idea how to fix that since there is no "fontSize" or "Size" setting
@ezecel9
@ezecel9 Год назад
Do you know if there is some difference between using webview with blazor and xaml? I mean performance, UX, delays, etc. Which do you recomend? Thanks
@jfversluis
@jfversluis Год назад
Performance should be very similar, delays... Shouldn't be happening unless you write blocking code, UX is dependant on what you implement, you can create great (or very bad) UX with both. Both can do the same thing but in a very different way. I can't really recommend because it's a bit of a personal choice. Do you like HTML/CSS more? Or do you have requirements to work with that? Go with Blazor! Are you more familiar with XAML and/or want that native look-and-feel? Go with XAML!
@ezecel9
@ezecel9 Год назад
@@jfversluis Thanks for the answer. In this app I'll have to show a kind of overview of a calendar with information within each day. Do you know any library that help me reach that? Can a library only run in blazor but not in xaml? or vice versa?
@ghevisartor6242
@ghevisartor6242 Год назад
@@ezecel9 do you need to have lots of gestures? xaml have built in components, html you can use syncfusion but if you dont want third party libraries you need to do them yourself. Some libraries work with xaml but not blazor and viceversa. When I used the BarcodeScanner it worked only with xaml so I made another page and then switch back to the Blazor WebView. You can mix them, it's not like you only have to use razor components or only xaml pages.
@adrianllamido759
@adrianllamido759 Год назад
Hi Gerald, every time I press either snackbar / toast in windows, it creates a new instance of the app.. even if I specify no actions at all. How do I prevent this?
@jfversluis
@jfversluis Год назад
Check if there is an issue for it on the Toolkit repo, if not, please open one so we can have a look. It might be that this is Windows behavior we can't really control though, but might be worth having a look.
@hasansafi3341
@hasansafi3341 Год назад
thank you. would you please make tutorial for playing embedded mp3 files (without internet) in xamarin forms and .net maui. thank you agian.
@jfversluis
@jfversluis Год назад
You probably want to have a look at this one: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-oIYnEuZ9oew.html
@hasansafi3341
@hasansafi3341 Год назад
@@jfversluis thank you very much.
@vknigam1988
@vknigam1988 3 месяца назад
using Anchor is crashing in ios, any help on this
@jfversluis
@jfversluis 3 месяца назад
Make sure it’s reported on the repository!
@cissemy
@cissemy Год назад
Hi Can I add my icon to snackbar ?
@jfversluis
@jfversluis Год назад
Unfortunately not
@DanielAncines
@DanielAncines Год назад
Thans for the tutorial, do you know how to change de title of the toast on Windows?
@jfversluis
@jfversluis Год назад
I don’t think you can? Not through this at least. Is it possible in a Windows app normally?
@DanielAncines
@DanielAncines Год назад
@@jfversluis I think it is, but since the toat’s title is the project name, this isn’t a best choice because the name isn’t user friendly.
@jfversluis
@jfversluis Год назад
@@DanielAncines It's probably the app name which by default is the project name, but you can change that
@DanielAncines
@DanielAncines Год назад
@@jfversluis unfortunately we can’t, I’ve been trying and doesn’t work, whatever you change on project, the title still the same.
@jfversluis
@jfversluis Год назад
@@DanielAncines Change this value: github.com/jfversluis/MauiToolkitSnackbarToastSample/blob/main/MauiToolkitSnackbarToastSample/MauiToolkitSnackbarToastSample.csproj#L15 Uninstall the app from your Windows, rebuild the project and the name is changed.
Далее
Highly Customizable Popups for .NET MAUI with Mopups
18:20
🎙А не СПЕТЬ ли мне ПЕСНЮ?🍂
3:04:50
The Logging Everyone Should Be Using in .NET
15:34
Просмотров 64 тыс.
Front-end web development is changing, quickly
3:43
Просмотров 872 тыс.
Take Pictures in Your App with CameraView for .NET MAUI
19:05
Barcode Scanner in .NET MAUI with ZXing.Net.Maui
15:23
BottomSheet Plugin for Blazor Hybrid & .NET MAUI
24:05
Просмотров 3,6 тыс.
API vs. SDK: What's the difference?
9:21
Просмотров 1,4 млн