I am a UWP developer and am attempting to convert my apps to Xamarin.Forms for use by Android. I supposedly found enough of the XAML controls to make the UI, but the events are much more challenging. Is there anywhere that I can find a list with a comparison of UWP events & their suggested replacements in Xamarin.Forms? Some of the events that I have been told require the most rewriting for are the lifecycle (such as Page.Loaded). Are there pages anywhere with guidelines on portability for events? Thanks.
↧