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. Photo Gallery
QtWS25 Last Chance

Photo Gallery

Scheduled Pinned Locked Moved Mobile and Embedded
10 Posts 4 Posters 5.2k 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.
  • C Offline
    C Offline
    cheng
    wrote on last edited by
    #1

    Who has photo gallery please share. I'm really need it.

    Thanks,

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andre
      wrote on last edited by
      #2

      Lots of open souce software that does this, and I have seen quite a few Qt examples that display photo's to demo some new and/or cool feature.

      1 Reply Last reply
      0
      • C Offline
        C Offline
        cheng
        wrote on last edited by
        #3

        I need the code to make photo gallery for N97.

        1 Reply Last reply
        0
        • T Offline
          T Offline
          tobias.hunger
          wrote on last edited by
          #4

          cheng: Please use google to find some photo gallery code with the features and look you want and with a license compatible with your needs. We do not know your technical and legal requirements, so we can not provide any meaningful help.

          1 Reply Last reply
          0
          • A Offline
            A Offline
            andre
            wrote on last edited by
            #5

            [quote author="cheng" date="1281580283"]I need the code to make photo gallery for N97.[/quote]
            I think you need:

            To get a "perspective":http://catb.org/esr/faqs/smart-questions.html on what kind of help you can reasonably expect, and

            To learn how to code such a thing yourself, or

            To shell out some budget and let someone else do it for you.

            It is not reasonable to expect people here to just give you ready made code (without even knowing your requirements) for nothing and without you showing any initiative to learn something.

            1 Reply Last reply
            0
            • C Offline
              C Offline
              cheng
              wrote on last edited by
              #6

              Thanks for your good recommendation.

              I ask for the code because I think that Nokia has a standard code for Photo Gallery and I have seen that two applications have the same photo gallery. When I created the photo gallery by myself, it seem to be slow when it is loading pictures.

              Thanks.

              1 Reply Last reply
              0
              • C Offline
                C Offline
                cheng
                wrote on last edited by
                #7

                Nowadays, I am a student and working on project at school. My application needs to load image from camera and gallery after that we can edit and add frame.

                Thanks.

                Cheng

                1 Reply Last reply
                0
                • T Offline
                  T Offline
                  tobias.hunger
                  wrote on last edited by
                  #8

                  cheng: Student projects are meant as a way for the students to learn something. So take this opportunity (you will have way less time to learn stuff when you got a job and kids!) and read through the documentation, browse source code and experiment. It won't do you any good in the long run to just clobber together existing code.

                  Feel free to ask specific questions on the net (or better yet: Ask your instructor, he knows you, your assignment and what you are supposed to learn from it!) and please do not expect people on the internet to do your homework for you.

                  1 Reply Last reply
                  0
                  • K Offline
                    K Offline
                    kamalakshantv
                    wrote on last edited by
                    #9

                    [quote author="cheng" date="1281603602"]Thanks for your good recommendation.

                    I ask for the code because I think that Nokia has a standard code for Photo Gallery and I have seen that two applications have the same photo gallery. When I created the photo gallery by myself, it seem to be slow when it is loading pictures.

                    Thanks.[/quote]

                    You can check the source code at developer.symbian.org. You probably need to optimize and come up with more efficient code to load the images quickly. You might be resizing the actually image every time and then rendering it, instead you can maintain a buffer of few or all the images resized in some temp folder or access those thumbnails created by default application.

                    1 Reply Last reply
                    0
                    • C Offline
                      C Offline
                      cheng
                      wrote on last edited by
                      #10

                      THanks everybody I'll try my best to do it.

                      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