Sunday, October 23, 2011 at 10:30 AM Coding, Finally!
This week I was reading more about Human Interface Design principles for iOS. The book provides valuable methodology not only to create visually appealing apps, but the ones that function and behave in a natural manner. I am only about thirty pages in, but already noted a very good hint on how to determine your target audience, and then focus on it.
I’ve watched a couple of video tutorials and lectures as well. But my main point of progress was the newly solved problem from Project Euler (which by the way has gone through a pretty nice re-design just a few weeks ago). The problem itself wasn’t too hard to implement, but it was kind of a problem that provides very enjoyable coding experience. I’m glad I’ve returned to Project Euler again, it’s a refreshing feeling.
Next week I’m going to continue watching lectures and reading Apple Guidelines. I also hope to start a very simple Objective-C based project (maybe just a plain ‘Guess the number’ game) just to get into habit of coding in Objective-C.