Kevin E. Ford

Results 10 comments of Kevin E. Ford

@onovotny Likely what is happening here is a rotation event in Android causes the main activity to reload and is resetting the present state. The likely solution is to save...

I'll take a look at it. ;) Get Outlook for Android ________________________________ From: Oren Novotny Sent: Sunday, February 26, 2017 10:27:51 AM To: xunit/devices.xunit Cc: Kevin E. Ford; Comment Subject:...

@jfversluis That's fair. However, it isn't under a compatibility namespace or documentation so MAUI users are not going to know that. It currently appears to be a first class part...

@jfversluis I absolutely appreciate the information. 👍

@janseris Events are not the same thing at all. Events require strong coupling and the subscriber to know about and have a reference to the publisher. Messaging services like MessagingCenter...

This may be an async timing issue. When I was running the emulator without a hypervisor the controls in the ViewCell would briefly show up. Sometimes it would disappear, sometimes...

If it helps anyone, getting at the inner exception does tell you what is wrong. For me it came up through the AndroidEnvironment.UnhandledExceptionRaiser event where I could capture it. Everyone's...

@MahdiPishguy This is why you can create your own implementation of the navigaitonservice and use that. In your custom implementation of the navigationservice you could use that library or really...

That error happens if you try to register two different classes in the component resolver to the same type which isn't allowed. The components are resolved by type so if...

You might be running into App Transport Security. Is your dataportal connection using HTTPS with at least TLS 1.2? If not have you added your endpoint as an exception in...