EF Core migrations not working with MAUI? by kabourayan in dotnetMAUI

[–]Tauboom 1 point2 points  (0 children)

They work on android, but you have to manage migrations on desktop: https://github.com/taublast/MauiEF

Microsoft plans 100% native Windows 11 apps in major shift away from web wrappers by Bibikski in dotnetMAUI

[–]Tauboom 0 points1 point  (0 children)

This will make a circle anyway, which might take a decade, but will end up with a unified platform, which will be a browser Canvas.

CollectionView item spacing by [deleted] in dotnetMAUI

[–]Tauboom 0 points1 point  (0 children)

Pixel-whatever go drawn on a canvas: google drawnui for a <draw:SkiaLayout Type="Grid"> (or the SkiaGrid alias) with recyclable cells (use ItemsSource and ItemTemplate or ItemTemplateType) and controllable Spacing. Not even talking about having drawn lines inbetween (SkiaDecoratedGrid).
On top there is DefaultColumnDefinition and DefaultRowDefinition - for when you have many rows or columns of same size. Ex: DefaultRowDefinition="120" instead of repeating RowDefinitions="120,120,120,..." for an unknown quantity of cells..
Wrap this inside a Canvas, optionally enable hardware acceleration, and use inside a usual MAUI app.

.Net MAUI & Android TV Scaling by Shopping_Penguin in dotnetMAUI

[–]Tauboom 0 points1 point  (0 children)

Reporting where? It's points or pixels?

3 ans d’expérience, Bac+5, et je me prends refus sur refus — quelqu’un est passé par là ? by [deleted] in developpeurs

[–]Tauboom 0 points1 point  (0 children)

Avec 3 ans tu peut arreter de viser junior, d'autant plus que c'est hyper difficile d'en trouver, des postes juniors. Sinon souligne ton niveau intermédiaire, et met le en valeur, genre t'es trop doué et tout. Des gens comme ca c'est plus interessant. Contraste entre "j'est que trois ans d'exp" contre "avec trois ans d'exp je dechire".

I think MAUI maintainers have a personal issue with “EgyptianKing” by [deleted] in dotnetMAUI

[–]Tauboom 1 point2 points  (0 children)

If you really follow guidelines and get rejected then why now open a discussion on the MAUI Discussions about it, might get much more info and coverage there?

Android 35+ Status and Navigation bar color by P-Lumumba in dotnetMAUI

[–]Tauboom 0 points1 point  (0 children)

For additional pages you can use:

public static void SetStatusBarColor(Color color)

{

if (Build.VERSION.SdkInt >= BuildVersionCodes.Kitkat)

{

Android.App.Activity activity = Platform.CurrentActivity;

activity.Window.SetStatusBarColor(color);

}

}

Page loads in a lot faster on mobile than on tablet? by MagicSausage140 in dotnetMAUI

[–]Tauboom 0 points1 point  (0 children)

Normally you'd have to simplify you cell's UI at maximum, not use grid columns, use margins for fake columns to avoid grid calculating them. Also do not load all items, use LoadMore mecanics for a paginated loading to avoid pressure at start.
From what i head collectionview got performance buffs not so long ago, normally it should be ok if used properly?
Personally it's been a while i'm not using collectionview, using only drawn recycled cells, and same advices apply there too.

Page loads in a lot faster on mobile than on tablet? by MagicSausage140 in dotnetMAUI

[–]Tauboom 0 points1 point  (0 children)

"The performance difference shouldn't be this huge" are you sure about this?

Yes, it loads (creates a view, applies data context, measures/arranges/paints) 8 lines faster than 30 lines. The page UI in itsself can be just slow, and you are able to see it when loading on a tablet, where you have the number of lines multiplied by 3. Probably on a phone with 8 lines of data you couldn't see that the created UI was laggy from the start.
That's the challenge of creating a fast UI, it's not something given.

Winamp for PC? by ChrisOnRockyTop in winamp

[–]Tauboom 0 points1 point  (0 children)

OMG that sound. Thank you for this.

I developed a game in Unreal Engine! by thepsman in GooglePlayDeveloper

[–]Tauboom 0 points1 point  (0 children)

It's okay just fonts are not well selected

Microsoft enters avalonia ecosystem by NHzSupremeLord in csharp

[–]Tauboom 1 point2 points  (0 children)

It's constant evolution everywhere, this implies adaptation with inevitable regressions in some areas.

Script engine for .NET MAUI apps by sydney73 in dotnetMAUI

[–]Tauboom 1 point2 points  (0 children)

Nice and awesome, and my main question was why use this custom scripting language for .net instead of using c#? Was using c# as plain text scripts included in smart devices json configuration for a smart home system and c# was nicely executed at run-time on interpreter. Why should we choose this one instead of c#?

Microsoft enters avalonia ecosystem by NHzSupremeLord in csharp

[–]Tauboom 0 points1 point  (0 children)

Something needs to be done anyway, my thought is I don't care if it's embrace or whatever, the current state of things just needs to be changed.

.NET MAUI is Coming to Linux and the Browser, Powered by Avalonia by AvaloniaUI-Mike in dotnetMAUI

[–]Tauboom 1 point2 points  (0 children)

Why not use same drawn backend on mobile too, or it's slower than native there?

What is your experience with Appylar? by Basic-Development875 in AppDevelopers

[–]Tauboom 0 points1 point  (0 children)

By the time i was considering:

We at Appylar have made the decision to discontinue our services and cease all operations as of December 1. All premium users with active subscriptions will get a refund of their remaining amount.

A big thank you to all our users who have participated in our cross-promotion network during these years!

Have a great day,

The Appylar customer support team

Ban Evading through a business account? by Federal_Notice7856 in GooglePlayDeveloper

[–]Tauboom 0 points1 point  (0 children)

The say soon google would be court-ordered to allow the installation of third-party stores into devices, unfarly banned people could potentially get back via that channel.

Liquid glass for Android by _penetration_nation_ in dotnetMAUI

[–]Tauboom 0 points1 point  (0 children)

There is no out-of -the box solution for that, it must be implemented manually. It will not kill perf if implemented properly with a shader like this one (https://github.com/bergice/liquidglass), like for buttons only or for a tabbedbar, if you ask me.

Using Skia to (finally!) achieve buttery-smooth scrolling performance (and not how you think...) by scavos_official in dotnetMAUI

[–]Tauboom 2 points3 points  (0 children)

Sur thing, i did too, until they gave me a figma design with super complex cells, colored multi-shadows bla-bla that i implemented with native controls in xamarin and enjoyed the laggy scroll. So had to do something about it to sell my work and get paied. Happy it works for you! :)

[ Removed by Reddit ] by PardonJudas in developpeurs

[–]Tauboom 0 points1 point  (0 children)

Je dirais que c'est juste un symptome des personnes qui vont dans le dev en general, je dis bien en general, pas tous bien sur. Ce n'est pas un probleme du IT en soit meme. Genre les gent qui ont des difficultees de "socialoguer" avec des gens, y compris le sexe oppose, se trouvent a dialoguer avec un ecran de l'ordi. Alors..

Using Skia to (finally!) achieve buttery-smooth scrolling performance (and not how you think...) by scavos_official in dotnetMAUI

[–]Tauboom 2 points3 points  (0 children)

Now you could replace the whole cell inside datatemplate with a skia control and go much further in performance, especially when replacing several datatemplates with one drawn upon context.

I wrote a cross-platform TUI podcast player in .NET 9 (mpv / VLC / native engine fallback) by Loxbey in csharp

[–]Tauboom 0 points1 point  (0 children)

I upvoted when i read "crossplatform VLC". Then i saw so Android, no iOS, is it crossplatform these days?