Simple iPhone image viewer howto
image, iphone
Solution
I recommend you start with Joe Hewitt's `three20` library (introductory text here). In the TTCatalog sample app, you will find a photo browser and `three20` has been designed to easily use photos from remote servers.
Problem
I need to develop simple image viewer, much like the default iPhone Photos application, but for images located on remote server. I don't have any point where to start as I don't have any experience yet with such task (how to make a slideshow and how to handle animations when user slides photos with his finger etc.) Can you please point me to some source - docs, howtos or sample project of such a kind?