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. Android first Activity
Forum Updated to NodeBB v4.3 + New Features

Android first Activity

Scheduled Pinned Locked Moved Solved Mobile and Embedded
androidandroid 6qt 5.7startscreen
4 Posts 3 Posters 2.3k 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.
  • romsharkovR Offline
    romsharkovR Offline
    romsharkov
    wrote on last edited by
    #1

    Hi,

    I've noticed a slight visual inconvenience when deploying a Qt app on an android device. What I am complain about is the first Android activity popping up when starting the app. IMHO it's simply hideous and slightly damages the overall user experience right away.

    I've recorded it on my Samsung S6 running Android 6.0.1 and uploaded it to YouTube for you.

    BTW here is the frame extracted from the Video showing the unwanted effect I'm talking about.

    For me the solution would be to have a color filled blank screen at startup, or even at least a white/black blank screen, though I have no idea how to achieve that. I know Android's offering different kind of activities and I know there are blank activities, I just don't get how to make Qt start the App in such an activity.

    May anybody help?

    benlauB 1 Reply Last reply
    0
    • romsharkovR Offline
      romsharkovR Offline
      romsharkov
      wrote on last edited by
      #2

      So there's really no one being able to answer this?
      Is there any way to make the Qt developer team pay a little attention on this cosmetic issue?

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi,

        That's something you can bring to the Android development mailing list. You'll find there Qt's developers/maintainers. This forum is more user oriented.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        0
        • romsharkovR romsharkov

          Hi,

          I've noticed a slight visual inconvenience when deploying a Qt app on an android device. What I am complain about is the first Android activity popping up when starting the app. IMHO it's simply hideous and slightly damages the overall user experience right away.

          I've recorded it on my Samsung S6 running Android 6.0.1 and uploaded it to YouTube for you.

          BTW here is the frame extracted from the Video showing the unwanted effect I'm talking about.

          For me the solution would be to have a color filled blank screen at startup, or even at least a white/black blank screen, though I have no idea how to achieve that. I know Android's offering different kind of activities and I know there are blank activities, I just don't get how to make Qt start the App in such an activity.

          May anybody help?

          benlauB Offline
          benlauB Offline
          benlau
          Qt Champions 2016
          wrote on last edited by benlau
          #4

          @romsharkov You may use a custom theme to turn off the ActionBar.

          Example:

          quickandroid/apptheme.xml at master · benlau/quickandroid

          quickandroid/AndroidManifest.xml at master · benlau/quickandroid

          Document:

          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