Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some observations #2

Open
Pinox opened this issue Mar 10, 2023 · 1 comment
Open

Some observations #2

Pinox opened this issue Mar 10, 2023 · 1 comment

Comments

@Pinox
Copy link

Pinox commented Mar 10, 2023

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 ?

@RadekVyM
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants