I am developing an application with xamarin forms.. Its simple mvvm application. I just started to learn xamarin language.
For now I am wondering how can I decrease time of run the application. Even blank app is starting for 3-4 sec..
If there is no way to decrease this timie, then xamarin.forms is pretty poor technology :/
Tested on android 4.4.2 api 19 and android 5.1.0 api 22. In both cases result is same. (I am doing this on real device not emulator)
Is there any way to optimalize that?
Btw. I use the newest version of xamarin and visual studio.