79340086

Date: 2025-01-08 16:54:25
Score: 2.5
Natty:
Report link

Well it would be very difficult to tell what exactly is wrong without looking at the code.

But one thing I can tell for sure is that I am no longer using OnCreate (it gives many errors nowadays), and I am using OnPostCreate instead as it is the method that MAUI itself calls on Android for it's 'Created' event: enter image description here

More on that here: https://learn.microsoft.com/en-us/dotnet/maui/fundamentals/app-lifecycle?view=net-maui-9.0

Reasons:
  • Probably link only (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: aw3