AvaloniaUI / avalonia-docs

https://docs.avaloniaui.net/docs/welcome
65 stars 213 forks source link

Mobile Essentials Documentation #303

Closed MikeCodesDotNET closed 11 months ago

MikeCodesDotNET commented 11 months ago

We should have some documentation on how to use Mobile Essential libraries.

Specifically, which to use as there is currently Xamarin.Essentials, Avalonia.Essentials and MAUI.Essentials.

Heres an example of the need.

timunie commented 11 months ago

👍 We also need a working sample here for the devs to try out. I'm thinking about bluetooth service, what do you think?

maxkatz6 commented 11 months ago

I have added some documentation on how to use platform APIs: https://docs.avaloniaui.net/docs/guides/platforms/platform-specific-code/dotnet#conditional-compilation(as

Will also add a cross-link to Avalonia.Maui Hybrid project for anybody, who wants to use Maui.Essentials. That should be enough for now.

Sample would be an ideal too, yes.