Photo Gallery
-
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.
-
[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.
-
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.
-
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.
-
[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.