Hi
I am new to Cocoa, but I would like to give a shot to a project for my college course in programming.
Basically what i am trying to achieve is a simple cocoa app that is able to read into a directory, make thumbnails of the supported files, and display the files when double clicked. Basically if you have ever seen ACDsee you know what i am trying to replicate (without any editing function or extra features: just read files in a dir using the hierarchy view on the left, and make a list of thumbnails on the right)
Not sure where to start; I know OBJ-C but i am totally new to graphical apps, so any suggestion about where to look would be really appreciated.
Thanks!