Wednesday, February 24, 2010

iPhone applications development

Just coming from an iPhone application development session. I've been thinking to develop an app for iPhone for a while and as the master of procrastinator I was always postponing it to some other time. But after today's session I've decided to set up my environment as soon as I can. What made me to come out of my laziness is that I must learn new programming language for development. I don't know why I keep thinking Java is the solution for all, but I was mistaken. To write iPhone app you need to know objective C which is a kind of super set of C/C++.
Maybe after this, I'll have a better grasp of how to manage memory ;) Java made us all lazy by doing it is own GC.