Тёмный
Mamma Mia Dev
Mamma Mia Dev
Mamma Mia Dev
Подписаться
Avalonia UI - 13 - Charts
9:14
5 месяцев назад
Avalonia UI - 12 - Create a login page (part 2)
12:21
6 месяцев назад
Avalonia UI - 12 - Create a login page (part 1)
17:55
6 месяцев назад
Avalonia UI - 11 - Application Refactoring
1:59
6 месяцев назад
Avalonia UI - 10 - Create Mobile Applications
13:41
6 месяцев назад
Avalonia UI - 09 - Making a splash screen
7:44
7 месяцев назад
Avalonia UI - 08 - Drag and Drop
12:58
8 месяцев назад
Avalonia UI - 07 - Beautiful apps with Fluent UI
14:20
9 месяцев назад
Avalonia UI - 06 - Dependency Injection
7:45
9 месяцев назад
Avalonia UI - 05 - Grids
27:26
9 месяцев назад
Avalonia UI - 04 - Images
7:37
10 месяцев назад
Avalonia UI - 03 - Sidebar Menu
24:13
11 месяцев назад
Avalonia UI - 02 - Data Binding
24:49
11 месяцев назад
Avalonia UI - 01 - Project Setup
30:37
Год назад
Комментарии
@RejGeo-g3z
@RejGeo-g3z 2 часа назад
I’m getting this error: MainWindowViewModel.cs(55,30): error CS1061: 'Application' does not contain a definition for 'TryFindResource' and no accessible extension method 'TryFindResource' accepting a first argument of type 'Application' could be found (are you missing a using directive or an assembly reference?) I’ve read that the TryFindResource method is not available in Avalonia, which seems to be the cause. What could be the actual issue here, and how can I fix it?
@johnkarltabuzo3746
@johnkarltabuzo3746 4 дня назад
How to connect in data base like mssql or sql
@syedqutub4054
@syedqutub4054 10 дней назад
Acalonia Blazor hybrid please
@AyushVachhani
@AyushVachhani 13 дней назад
Hey i got an issue with it, when i try to use it in another user control, it doesn't seem to be working ( works fine in mainWindow ), any idea what the issue could be ?
@李通-b3v
@李通-b3v 23 дня назад
It's Cool!! Thank you!
@mdsafikulislam9113
@mdsafikulislam9113 24 дня назад
Please continue this series...
@mdsafikulislam9113
@mdsafikulislam9113 24 дня назад
How to communicate with APIs?
@mdsafikulislam9113
@mdsafikulislam9113 24 дня назад
Please Continue...
@MonderMurshed
@MonderMurshed 28 дней назад
I was hoping to go with visual studio :(
@djhohnstein
@djhohnstein Месяц назад
You're one of like a dozen creators who makes content on Avalonia. Thank you for this!
@imakethesites3048
@imakethesites3048 Месяц назад
This is great, thank you!
@МихаилЗайков-к6л
@МихаилЗайков-к6л Месяц назад
Is there a way to do all this stuff automatic from gui constuctor or something else? Not writing all gui properties, positions at code? No? At 2024 year, right?
@jabeztadesse
@jabeztadesse Месяц назад
11:24 I get: {"message": "Unauthorized", "error": 401}
@imakethesites3048
@imakethesites3048 Месяц назад
Actually I'm receiving this as well. Have you solved it?
@willgordon5737
@willgordon5737 Месяц назад
Thanks for the video, I don't understand why Avalonia and related libraries have such a poor documentation and tutorials.
@willgordon5737
@willgordon5737 Месяц назад
I wanted to see how ComboBox works, so I went to the Official documentation and this is what I found <ComboBox /> Avalonia has the worst documentation ever, it's all because they want you to pay for support!
@giampaolo004
@giampaolo004 Месяц назад
Exactly what I was looking for! Thanks, very good content.
@SimplyUnnamed250
@SimplyUnnamed250 Месяц назад
As somone who likes to follow along with examples as a way of learning, I had the following issue: I started by using the mutiplatform template. Doing this, your assembly reference may be different to the one the images are in, and as such, I updated my Assembly reference to `Assembly.GetExecutingAssembly()`
@loconeko42
@loconeko42 Месяц назад
I picked Avalonia UI for a side project without the intention to spend too much time learning the framework itself. When I realised I needed to spend a bit more than planned in order to do things reasonably well, I got a little overwhelmed. Your tutorial helped me get a nice looking Split View design for my app without having to spend days learning everything from scratch, plus it taught me a few basics I was missing, as you show all the code (and I learn better by reading other people's code) Very well done !
@ricardopdvtech
@ricardopdvtech 2 месяца назад
Thanks for the video !
@JustCallMeQuincy
@JustCallMeQuincy 2 месяца назад
Great stuff! Small tip: Hold control while using the arrows to navigate code, in order to skip entire words. That way you won't need to go 1 letter at a time Doing that has saved me immeasurable amounts of time
@aftolmolog
@aftolmolog 2 месяца назад
I don't have [ObservableProperty] and [RelayCommand]. I tried to add the Community ToolKit via using, but I got an error. I created a regular Avalonia project. Maybe I missed something?
@aftolmolog
@aftolmolog 2 месяца назад
I solved my problem. I forgot to install Avalonia Templates
@_MaiT
@_MaiT 3 месяца назад
How to make multi window app in avalonia? I need also an entry and registration windows, but working in vscode in linux i cant find a solution
@marcelpalmer2681
@marcelpalmer2681 3 месяца назад
The part where you define the HomePageView.axaml.cs is not here and cause me to be stuck on set up for a while could you please add it in :)
@poullorca5060
@poullorca5060 3 месяца назад
Great video and excellent explanation! 🇨🇱
@mustafadincer8107
@mustafadincer8107 3 месяца назад
The best RU-vid series i've ever watched on Desktop development. I really appreciate your work man. ❤
@lukasvasadi
@lukasvasadi 3 месяца назад
Top content!
@TheBombFox
@TheBombFox 3 месяца назад
First of all, I would like to say thank you. I'm enjoying the video. In this video, GeometryIcon cannot be used because the Icon link on GitHub has disappeared. So I tried to use a png file, but Bitmap doesn't work and Image doesn't work as StaticResouce. Please tell me how to load an image as StaticResource.
@NEProductionE
@NEProductionE 3 месяца назад
Sad to see you stopped doing content for avalonia
@MammaMiaDev
@MammaMiaDev Месяц назад
Sorry for that! I'm doing my best but sometimes life gets in between :D
@fatemeh2222
@fatemeh2222 3 месяца назад
I don't know how to say thank you. This was exactly what I was looking for!
@hippotizer
@hippotizer 3 месяца назад
This is a really useful tutorial - thank you so much!
@danielhunter-yq9bl
@danielhunter-yq9bl 4 месяца назад
Great tutorials but I don't understand why you play background music the entire time on a loop. It's very distracting.
@MammaMiaDev
@MammaMiaDev 4 месяца назад
Hey thanks! I just use it as a background music. Is it better if I lower it a bit?
@Mr.taxevador
@Mr.taxevador Месяц назад
​@@MammaMiaDev Yes, it would be better if it was a lil bit lower
@zemorango
@zemorango 4 месяца назад
Nice job, really good videos
@Julian_Fitzek
@Julian_Fitzek 4 месяца назад
Is there a way to use the [RelayCommand] in the GridPageView.axaml.cs ? or is it only usabel in the viewmodel.cs? if so why cant the gridpageview.axaml bind anything to the viewmodel.cs?
@tuxmc
@tuxmc 4 месяца назад
Hi Mamma Mia! Thanks for the tutorial, however, I am stuck on the Binding CurrentPage. I have created the view and the model but kept saying "Not found: AvaloniaApplication.Views.HomePageView Would you have the code for this episode to see what am I doing wrong?
@tuxmc
@tuxmc 3 месяца назад
Plz disregard this, I found the solution. Stupid Visual Studio built the View as "x:Class="AvaloniaApplication.HomePageView"" instead of AvaloniaApplication.Views.HomePageView
@ottomaier7127
@ottomaier7127 4 месяца назад
Man, you are my hero! I'm an experienced C# developer, and for me, Avalonia is the way to go! Thanks for your videos, which save me really really a lot of time.
@Diegovnia
@Diegovnia 4 месяца назад
I swear to god... Every time I'm starting even a simple project I end up using this Microsoft Di and I waste about 2-4 hours because I never remember that shit... Then I promise myself to just make a template for myself on git... of course I don't do that...
@MammaMiaDev
@MammaMiaDev 4 месяца назад
ahahahah story of my life :D
@h_kings
@h_kings 4 месяца назад
I did the same on the video but for me it stills shows the message "NotFound: AvaloniaApplicationMVVM.Views.HomePageView". The files are in their folders, but on the debbug the ViewLocator just don't find it.
@h_kings
@h_kings 4 месяца назад
Ok I found the problem. The automatically generated namespaces on the files was wrong and worked after the fix to namespace where views are in.
@MammaMiaDev
@MammaMiaDev 4 месяца назад
Happy that you solved it!
@Disksoft
@Disksoft 4 месяца назад
Hi, since this week I am started with Avalonia thanks to your videos. Thanks for the good explanation. I have a question, is it possible to make a button to switch quickly between dark / light mode? Or Dark/Light/System. I tried so many things now but without result. Hopefully you will cover this is a next video.
@MammaMiaDev
@MammaMiaDev 4 месяца назад
I have seen a lot of application offering this possibility, so it should be doable. I'll see if I can cover this in a next video.
@adrianajaworska3224
@adrianajaworska3224 4 месяца назад
Hi. My ISplitViewIcon is not working. Could you help me ? Thanks in advance ;)
@Supernewsfan
@Supernewsfan 4 месяца назад
more content like this please
@Talkren
@Talkren 5 месяцев назад
As a tutorial on how to do something, there was next to no explaining any of the code. I started learning C# about a month ago and wanted to work on something and found this video. I made it 3 mins in before I called it quits just due to not having any clear explanation for why things were coded the way the were. It was just me copying what you did and not learning anything from it. Thanks for the effort though.
@MammaMiaDev
@MammaMiaDev 4 месяца назад
Hey, sorry for that. I understand and, this is probably not the best video for a beginner. You should probably look for a very beginner course out there. There's plenty of them. Good luck with your new journey!
@dimka59ru
@dimka59ru 5 месяцев назад
On linux with kde it doesn't work😢
@MammaMiaDev
@MammaMiaDev 4 месяца назад
uh really? mhhh I'll try to test it as soon as I can get a linux machine (virtual or real).
@gahshunker
@gahshunker 5 месяцев назад
what can we do so you can post more often?
@MammaMiaDev
@MammaMiaDev 5 месяцев назад
Those words are worth more than anything else. Thank you so much ❤
@АндрійКарпенко-ю8ш
@АндрійКарпенко-ю8ш 5 месяцев назад
Thank you much for a guide!) I have been looking for long for such a simple, beginner-oriented series of Avalonia, and now I can complete my course project properly)
@ymk6369
@ymk6369 5 месяцев назад
Thank you. It helped me a lot!
@Liyiqi-e6i
@Liyiqi-e6i 5 месяцев назад
great video!
@maggot008
@maggot008 5 месяцев назад
Excelent.. more videos
@Leopold95
@Leopold95 5 месяцев назад
make more videos pls
@tapstrafe69
@tapstrafe69 5 месяцев назад
Can you help me, please? Do you understand that when I try to stock up on my project, this label appeared after adding _isPaneOpen = true; An unhandled exception. System.MethodAccessException: An attempt using the 'CompiledAvaloniaXaml.XamlIlTrampolines.MVVMProject:MVVMProject' method.ViewModels.MainWindowViewModel+TriggerPaneCommand_0!The executetrampoline command(System.Object, System.Object)' to access the MVVMProject method.ViewModels.MainWindowViewModel.Failed to execute the trigger command()'.
@MammaMiaDev
@MammaMiaDev 5 месяцев назад
Hey, I'm not really sure I understand what's going on. if you put the code somewhere online where we can take a look, it'd be easier :)
@tapstrafe69
@tapstrafe69 5 месяцев назад
Guys, if someone runs into the same problem, then the fact is that you don't have an internet connection for Rider
@avaloniaui
@avaloniaui 5 месяцев назад
Nice 👌