Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. How can I do splash screen for Qt Mobile?
Forum Updated to NodeBB v4.3 + New Features

How can I do splash screen for Qt Mobile?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 3 Posters 964 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    Ibrahim
    wrote on last edited by
    #1

    Hi; I tried this example, this app is working well on the desktop but when I compiled for Android, this app is working not well. How can I do splash screen for Qt mobile (Android, iOS, Windows Phone 8.1 and 10, Blackberry)? Thanks.

    1 Reply Last reply
    0
    • L Offline
      L Offline
      LuGRU
      wrote on last edited by
      #2

      You can always use native solutions to show splash screens for iOS / Android and probably fro WP and BB also (didn't targeted these so dunno).

      I.e. for Android modify manifest and add appropriate entries, use google there is plenty of examples.
      On iOS use resources and from XCode set it up and that's basically it.

      Or use QSplashScreen instead of using custom QML solution.

      1 Reply Last reply
      0
      • benlauB Offline
        benlauB Offline
        benlau
        Qt Champions 2016
        wrote on last edited by
        #3

        QSplashScreen is an universal solution but not may not be an ideal solution for specific platform. Because It may start late. To get the ideal result, you must use the platform specific splash screen mechanism.

        For Android, you may take a look with my article:

        Complete Guide to Making a Splash Screen for your QML Android Application – Medium

        1 Reply Last reply
        2

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved