Why is the phone application made with Qt delayed in opening?
Unsolved
Mobile and Embedded
-
Why is the phone application made with Qt delayed in opening? I noticed that all phone applications made with Qt QML are very slow at the start screen or when you launch it. I mean the screen that displays the icon. It takes a long time. Is there a solution? Thank you.
-
I noticed that all phone applications made with Qt QML are very slow
That's quite a general statement, to which I strongly disagree.
Please be more verbose about what is encountered.
- Which OS? Android, as the picture suggests? Other platforms as well?
- Which applications? Self-developed? Others from the play store?
- Which Qt Version?
- Release build? Debug build? Started from the device? From the debugger?
- How long is long?
-
@Axel-Spoerl Thank you for the response. Yes, the Android system, it is not a specific application. All applications are delayed when running in the icon logo screen for 7 or 6 seconds. I do not know exactly, but it is slower than applications that are created with flutter, java, or react native.