3
Recently created an application using Xamarin.Forms, but after the release it was with a size of 15MB. My app has a total of 8 pages (views) among which only two use images and speaking in images the total size of my folder resoucers does not exceed 2MB.
It is normal for an application made in Xamarin?
In case I already left the Linker active when I went to publish, this helped a lot in reducing the size, but still compared to other apps of Google Play itself I see that the size of my application could be smaller.
Note: I would like to make it clear that I have already done another topic where I ask for tips to reduce the size of my application, where I got answers and I am following the tips from there (Reducing the application size). The question of this topic is whether it is normal an application developed in Xamarin without so many images get of this current size (15MB).
Hello, thanks for the answer, I am more relieved to know that it is normal this application size created in Xamarin. I’ll take a look at the Resources folder to see if I can take something or other and follow the hint of developing on native platforms so I don’t have problems with size. Thank you very much again.
– Q.Wesley