I have a problem with my Xamarin Forms application. Every time i start the android solution, App() constructor gets called twice. I "fixed" this by making the app entrypoint a singleton.
But every contentpage constructor also gets called twice, and i cant figure out why?
Is this a bug?
I should mention, that i have written all views in code behind - and if its relevant somehow - im using the genymotion emulator.