Replies: 1 comment
-
related to: #248 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
We need to create serious apps using Maui. Serious apps means we need huge libraries from different vendors. Most mobile libraries are in Java, Kotlin, Swift, XCode .. whatever non-C# languages. I can't use libraries from Azure, AWS, Twillio, ... etc because of this problem.
Currently we can create bindings for these programming languages, but the binding generator is useless as it:
What we need to solve this problem is Smart Binding Generator that is able to:
Other than that, I find it hard to call MAUI a production ready framework.
Public API Changes
none
Intended Use-Case
In most apps we find that we need lots of native libraries that we can't use them in MAUI so we give up MAUI and sometimes we giveup Azure! which is sad because these techs are good but the mobile issue is never solved.
Beta Was this translation helpful? Give feedback.
All reactions