Craig Dunn
Craig Dunn
This Xamarin Companion Pane example ([CompanionPane](https://github.com/microsoft/surface-duo-sdk-xamarin-samples/tree/main/CompanionPane)) is not up-to-date with the latest UX in the [Kotlin repo](https://github.com/microsoft/surface-duo-sdk-samples-kotlin/tree/main/CompanionPane). It should be possible to bring the resources (images, XML layouts) over to...
[Window Manager](https://developer.android.com/jetpack/androidx/releases/window) is an API that provides information about dual-screen and foldable display features, that work not just for Surface Duo but also devices from other OEMs. There is a...
### Description of Change The Xamarin.Forms TwoPaneView had [API documentation](https://learn.microsoft.com/dotnet/api/xamarin.forms.dualscreen.twopaneview?view=xamarin-forms) available. This PR includes those API docs (with improvements) as triple-slash XML comments in the .NET MAUI Foldable namespace. ###...
#### Sample link https://github.com/xamarin/monodroid-samples/tree/master/SimpleCursorTableAdapter https://github.com/xamarin/monodroid-samples/tree/master/CursorTableAdapter #### Issue description From [docs issue 1326](https://github.com/MicrosoftDocs/xamarin-docs/issues/1326) some APIs are now deprecated StartManagingCursor SimpleCursorAdapter StopManagingCursor #### What's the expected result? - sample should build without...
Investigate why video sometimes remains under the hinge in dual-landscape.
Travel Planner starts with an internet connectivity check which behaves like a splash screen. Test how it renders with auto-span, and adapt the UI if required. Test both empty (new...
On tablet/wide screen ratio, split into two pages 
On Surface Duo dual-portrait mode, the keyboard forces the chat _next to_ the video so both are visible, but on tablet portrait mode the keyboard covers the chat. Need to...
When running on a tablet, there is no visual differentiation between the list and detail views. Add some sort of dividing line in this view mode. 