Xamarin.Form Super Fast in Startup if No Third party Controls Init... #2077
Unanswered
nextcodelab
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is my experience.. I go back now in xamarin forms. Started long time ago I leaved xamarin forms because of start up problems. And working app in flutter (Flutter Fast because there are no need renderer initialization that takes 10 seconds, UI flutter directly drawn in CANVAS NO Headache Implementing to each platform you just need that CANVAS).
THANKS TO NEW Microsoft.Maui.Graphics that can do everything.
I have many libraries that available in .net standard and it takes long time consuming if porting to flutter.. Now I go back in xamarin forms to use my libraries... Now xamarin forms I found that it is now faster in start up... But when I start adding FFLoading alike libraries or any third party controls that need init... It start to take 10 to 17 seconds to load... so I removed them all and start crafting with only xamarin built-in controls... Now the the startup is super fast like flutter startup 1 to 3 seconds.
Now start up time is depend on data if ready to load not the third party controls causes startup problems.
UNO Platform also has startup problems.
Taking long on startup can be acceptable on desktop but not in Mobile... What if you just create a simple calculator that loads 15 seconds on mobile? Thanks you so much.
Beta Was this translation helpful? Give feedback.
All reactions