I am looking to create a system which on signup will create a subdomain on my website for the users account area.
Cisco Certified Network Associate Exam,640-802 CCNA All Answers ~100/100. Daily update
Cisco Certified Network Associate Exam,640-802 CCNA All Answers ~100/100. Daily update
I want to make a dynamic photo gallery in my iPhone application.All images in photo gallery come from server.Can anybody guide me how i can do it. Thanks.
Use Three20 Framework, Which provides all photo library UI.
ReplyDeleteYou can use same for pull images from local as well from server too.
If you have stored images on server, that you retrieved using XML or JSON parsing, in format of base64 encoded image! Then what you can do is first convert that image using base64 decoder, then store it into an UIImageView which dynamically loaded, and add that imageView as subView of your view. That's all you need to do for all the images you've got.
ReplyDeleteIt isn't the code solution for your problem, but I'll do this way if I've to do so.