mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-16 14:15:57 -06:00
[GH-ISSUE #156] QML.NET for mobile #96
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#96
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zzstuzor on GitHub (Aug 5, 2019).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/156
Does anyone know if it's possible to build QML.NET apps for mobile? Has anyone tried it? Any thoughts, pitfalls, suggestions, recommendations?
We're considering build an app with QML.NET and it'd be great if we could just build one app for desktop and mobile with layouts that automatically adjust...
@pauldotknopf commented on GitHub (Aug 5, 2019):
I have not done it myself, but I don't see anything preventing it.
I'm open to supporting it as a community contribution, but I won't be able to set aside any time to test/support it.
@zzstuzor commented on GitHub (Aug 5, 2019):
ok I might look into it and report back with my findings
@rathwell commented on GitHub (Aug 6, 2019):
Just curious, are these comments still relevant? Where you stated that Android/iOS is more work than can be justified?
https://github.com/qmlnet/qmlnet/issues/53
@pauldotknopf commented on GitHub (Aug 6, 2019):
Sorry, let me be clear. I won't be spending any time getting iOS/Android working, apart from answering any questions you may have.
If someone wished to support it, I'd accept any merge requests needed to make it happen. But iOS/Android will always be supported by someone other than me. I simply don't have the bandwidth.
Furthermore, IMO, Qt for mobile apps isn't a good fit. There are many outstanding issues that they haven't been addressing. It isn't a first-class supported platform by the Qt team in the same way Linux/Windows/OSX is.
It would be fun to see if someone can get QmlNet running on Android/iOS though.
@rathwell commented on GitHub (Aug 6, 2019):
Thanks, that's what I was looking for..a rough idea of the size of work that would be involved. I think it would be fun too, but I really only have random hours here and there.
@MosiQt commented on GitHub (Aug 15, 2019):
Apart from Qt, I'm wondering how possible it is to use dotnet core for android? I thought Xamarin is for that purpose, and the technology is somewhat different that dotnet core. Also, I couldn't find any working examples or piece of codes for android.
@pauldotknopf commented on GitHub (Aug 15, 2019):
Android/iOS would use Mono, so Qml.Net would have to have some minor changes.
@xsacha commented on GitHub (Sep 13, 2019):
Is there a reason you can't have Android and iOS use dotnet core?
You can certainly compile dotnet core for Android.
Qt works well on Android and iOS with little effort. I already have cross-platform apps that work on Android/iOS/Linux/Mac/windows (using only c++/qml).
@zzstuzor commented on GitHub (Sep 14, 2019):
My understanding is that it is possible - you'd have to compile the qml.net
binaries for Android and iOS separately, which involves a bunch of work
wiring it all up, and probs more I'm not aware of.
I believe Paul has stated he doesn't have time to do it himself, nor
support it, but said he's happy to add it as a community contribution if
someone else wants to do it.
On Sat, 14 Sep 2019, 11:07 Sacha, notifications@github.com wrote:
@pauldotknopf commented on GitHub (May 30, 2020):
I'm closing this issue, considering this isn't likely something we'd be doing. Thanks!