|
|
|
|
|
by maggit
4733 days ago
|
|
Is Qt 5.1 poorly integrated with Android? Have you experienced this, or are you simply assuming it? Working with Qt could be a huge productivity boost for me compared to working with the standard Android SDK. I could have more time available to make it look and work well, and I would be able to reuse core application code (not UI code, mind you) across platforms. Isn't it premature to declare this a categorical disadvantage for the user? |
|
No, we've had about 10-15 years to prove, repeatedly, that "write once, run everywhere" UI never works.
> I would have more time available to make it look and work well, and I would be able to reuse core application code (not UI code, mind you) across platforms.
Qt brings in their own UI code, but if you didn't want to use it, you'd have to bridge to Java via the NDK. Possible, but a lot of work, and involves tossing a lot the value of both Qt and the Android SDK.