AvaloniaUI / Avalonia.Samples

Avalonia.Samples aims to provide some minimal samples focusing on a particular issue at a time. This should help getting new users started.
https://www.avaloniaui.net
606 stars 103 forks source link

Mobile App sample #45

Open timunie opened 1 year ago

timunie commented 1 year ago

Topics to cover

Ideas for a sample

If possible, create a photo annotation tool

Additional context

FROM Telegram chat:

Jaanus, [23.03.2023 12:20] Hey, is there a project or a plan to improve Mobile Development experience ?

There is no clear documentation on how to make basics things that are in fact very easy to do after some research, like overriding Back Button click in MainActivity.cs for Android, which Xamarin library to use like Xamarin.Essentials, etc ..

It would be nice to have some reference or a kind of "guide" about Mobile dev which is a little underrated in Avalonia I think.

Max Katz, [23.03.2023 12:23] You can create documentation request issues on the https://github.com/AvaloniaUI/Documentation

Max Katz, [23.03.2023 12:24] BackButton is possible in avalonia, but yes, there is no documentation for that yet

Max Katz, [23.03.2023 12:24] But please be specific with requests

Jaanus, [23.03.2023 12:31] Oh okay, so some doc for mobile are planned for v11 release ?

Jaanus, [23.03.2023 12:36] Lots of things are easily possible with Xamarin libraries, so maybe it would be great to just redirect to the interesting ones for peoples who discover Mobile Dev

Max Katz, [23.03.2023 12:45] Some of these libraries that were ported to maui can be used with avalonia too. Another good candidate for documentation or samples.