Giter Club home page Giter Club logo

Comments (5)

timunie avatar timunie commented on June 8, 2024 1

@gentledepp in case you think docs should be imporved, contributions to the docs are welcome.

from avalonia.

timunie avatar timunie commented on June 8, 2024

Is that really needed? Related:

from avalonia.

gentledepp avatar gentledepp commented on June 8, 2024

@timunie I do not understand the question.
regarding: Avalonia.Essentials is "archived" - so not futureproof at all, right?
regarding: #12621 - they are merely discussing if it is needed or not.

Do we need Maui Essentials: Definitive "YES" since avalonia ui lacks most of the platform APIs it provides.
Do we need a documentation: Definitive "YES" since not every dev is as experienced/tortured as I am and manages to dig through open source code all day just to get things done. 😅

from avalonia.

maxkatz6 avatar maxkatz6 commented on June 8, 2024

https://learn.microsoft.com/en-us/dotnet/api/foundation.exportattribute?view=xamarin-ios-sdk-12

[Export("application:didFinishLaunchingWithOptions:")]
public bool FinishedLaunching(UIApplication application, NSDictionary launchOptions)
{
     base.FinishedLaunching(application, launchOptions);
}

from avalonia.

maxkatz6 avatar maxkatz6 commented on June 8, 2024

Also, come on, this project already handles initialization - https://github.com/AvaloniaUI/AvaloniaMauiHybrid
It was mentioned in these discussions and avalonia.essentials.

Do we need Maui Essentials: Definitive "YES"

Probably, no, since you can access platform specific APIs directly from platform projects. I.e. "net8.0-ios" projects gives you access to iOS APIs. That's a .NET feature, available with any GUI framework. But there is nothing wrong with using Essentials too, if you only need limited platforms they support.

from avalonia.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.