RadekVyM/MarvelousMAUI

Some observations

Pinox opened this issue · 1 comments

Pinox commented

Thank you @RadekVyM. You rock !!

Some observations on the app.
An absolute great example of animations and custom controls in MAUI.
It feels and works as expected, similar to flutter.

I do notice that the apk file of this is huge - around 292MB.
Installed storage of the app on my phone is 349MB versus 85MB for Flutter Wonderous .

The main bloat seems to be coming from a duplication of the images in the resource folders of the apk file.

Any reason why you did not go with full Blazor on navigation menu & simple pages complimented with MAUI Xaml for custom controls ?

Thanks @Pinox

Yeah, I have noticed the huge APK size too. I have probably configured something completely wrong, but I am not sure what exactly...

I want this project to be a demo of .NET MAUI capabilities. Because of this, I tried to use the .NET MAUI APIs as much as possible. I only used Blazor for the photo gallery because I had already created such a component in JavaScript (DraggableGrid) earlier and did not want to waste my time on recreating it in .NET MAUI.