Okay, I am new to Xamarin and making this app. Since day one (as I read different article) that Xamarin Apps are slow over the native app. Although my app load somewhat decent speed but still I can see it take around 700ms to 1 sec to change page to show 3 item from Async Sqlite on Bindable Object. (no other stuff). I feel it is not natural.
Now, Due to some conflict in libraries my App stop compile and after hours of frustration I found that Adding Xamarin.Androidx.Core v 1.5 might help my application (In stackoverflow). So I go and install the Latest Version of Library Xamarin.Androidx.Core (1.6.1) now my application compile in Debug mode and it become amazingly fast. The page that took 700ms to 1s before now load in say 100 or 200 ms only. I can visually see that application become throughout very fast. But this version didn't work in Release Compile on Real Mobile, so I have to roll back to Xamarin.Andriodx.Core 1.5 version and then it works everywhere. But the speed goes back bit faster but normal speed I was getting.
So, I understand that I have to wait for next few release to try faster version in future. But Is it important to Add Core Library in all project? Does this or any other library out there which might help the speed? Frankly the speed I see with 1.6 version is the speed I always believe to have in Xamarin Apps, but now that I touch it I really want it to have in my application. But I am not sure of tech involve and what base library should I include to speed up a other regular boring app, that just show data on screen in collectionviews.