Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to set a nice app picture to my Android program

How to set a nice app picture to my Android program

Scheduled Pinned Locked Moved Solved General and Desktop
7 Posts 3 Posters 768 Views
  • 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.
  • tomyT Offline
    tomyT Offline
    tomy
    wrote on last edited by
    #1

    Hi,

    For Android applications I write using QML, the APK file looks like a zip file. But apps on the market each has its own nice related picture put on them.
    How could I do that for my apps to look nicer when I send them for others, please?

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      You mean application icon? You can set it in AndroidManifest. Qt Creator even provides a nice GUI editor for it.

      (Z(:^

      tomyT 1 Reply Last reply
      5
      • sierdzioS sierdzio

        You mean application icon? You can set it in AndroidManifest. Qt Creator even provides a nice GUI editor for it.

        tomyT Offline
        tomyT Offline
        tomy
        wrote on last edited by
        #3

        @sierdzio
        Yeah, I meant that, thanks. :)
        OK, but I know none of these methods. Would you please tell me which one is better ansd easier to start and also a straightforward tut or set of instructions to put an icon on it?

        1 Reply Last reply
        0
        • sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          If you don't have an AndroidManifest in your project, then go to Projects -> Build -> Build Android APKs -> Create Templates. Then double click on AndroidManifest.xml (it will be added to your project). There you'll have 3 buttons for icons (for different resolution). Click and select an icon from your hard disk. That's it.

          (Z(:^

          tomyT 1 Reply Last reply
          1
          • sierdzioS sierdzio

            If you don't have an AndroidManifest in your project, then go to Projects -> Build -> Build Android APKs -> Create Templates. Then double click on AndroidManifest.xml (it will be added to your project). There you'll have 3 buttons for icons (for different resolution). Click and select an icon from your hard disk. That's it.

            tomyT Offline
            tomyT Offline
            tomy
            wrote on last edited by tomy
            #5

            @sierdzio
            Done! Thanks. :)
            By the way, who selected your prior message as the correct one to solve the issue?
            Whoever did it, good job! :)
            I myself can't choose a reply as the solving one.

            sierdzioS 1 Reply Last reply
            0
            • tomyT tomy

              @sierdzio
              Done! Thanks. :)
              By the way, who selected your prior message as the correct one to solve the issue?
              Whoever did it, good job! :)
              I myself can't choose a reply as the solving one.

              sierdzioS Offline
              sierdzioS Offline
              sierdzio
              Moderators
              wrote on last edited by
              #6

              @tomy said in How to set a nice app picture to my Android program:

              By the way, who selected your prior message as the correct one to solve the issue?

              No idea, I thought it was you.

              (Z(:^

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

                Hi,

                Sorry I didn't manifested myself. I did it based on the @tomy's answer to @sierdzio suggestion.

                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

                • Login

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