일전에 iPhone의 성공으로 오히려 iPhone이 위험해진 상황을 언급했었다.
그런데 얼마지나지 않아서 바로 그러한 상황이 본격적으로 진행되고 있다.
다음의 ArsTechnica 기사를 보자.
Respected developers begin fleeing from App Store platform (Updated)
나만해도 2월인가 1월에 verizon과의 약정이 끝난다. 그냥 Verizon으로 남을까 하는 생각을 많이 하게 된다. 굳이 AT&T로 바꿔가면서까지 iPhone을 사용하고 싶은 생각이 점점 없어진다.
물론 iPhone은 상당한 매력을 가지고 있다. 가장 [...]
Archive for the ‘iPhone’ Category
21 Nov
iPhone App 시장에서 빠져나가는 개발자들
23 Aug
Tree XML parser for iPhone
When parsing XML files, there are two ways. One is to use an event parser and the other one is to use a tree parser. Cocoa provides classes for the two different type of parsing. NSXMLDocument provides a tree parser functionality while NSXMLParser provides an event parser functionality.
However, for devices like iPhone where memory usage [...]
21 May
How to fix iPhone code signing errors
When you want to test your iPhone / iPod touch application program on a device, you need to sign it. However, it seems to be complicated to do so, and what is even worse is that you can have some errors when doing so.
So, I tried finding some explanation and I think I found a [...]
18 Mar
Sync iPod touch with USB 1.x
Recently I bought an iPod touch 2nd generation.
When I connected it to my 17″ iMac PPC which had USB 1.x ports, it complaint with Error -50. After googling I found a clue that it would be related to USB 1.x. So, I connected it to my MacBook with USB 2.0 ports. This time it was [...]
15 Mar
Cocoa touch : View-centric UI design
On iPhone and iPod Touch platform, View class, i.e. UIView, is a super class of the UIWindow. Because of the fact, UI design is also affected.
For Mac, a Window contains its content view, and you put other views on it. However, for the iPhone and iPod Touch, a view controller loads a view. Therefore, in [...]
12 Mar
What is really good about the iPhone
Although it seems to be a little cool down compared to the atmosphere a few months ago, the iPhone syndrom is so hot.
The iPhone is the first mobile platform which has actually usable web browser and apps. You don’t need to use phone service providers’ network to transfer music, movies, [...]
12 Mar
NSWindowController, NSViewController and UIViewController
With introduction of the iPhone SDK, Apple seemed to introduce new programming model or new way of organizing UIs and coding structure.
Due to them programming for iPhone and iPod touch looks different than that for Mac. One strength of iPhone SDK is that Mac programmers can transfer their skill set to iPhone very easily. However, [...]
5 Mar
Difference of Xcode for Mac and iPhone
What is good about iPhone SDK is that programming models for the two are same. So, Mac programmer can write code for iPhone/iPod touch without spending much time to learn how to write codes for them.
However, there are slight differences between Mac and iPhone/iPod touch.
Among those, I would like to mention about differences in the [...]
11 Sep
Tutorial for iPhone programming
Very easy to follow for beginners!
http://miketeo.net/wp/index.php/2008/08/31/simple-iphone-tutorial-part-1.html
http://miketeo.net/wp/index.php/2008/08/31/simple-iphone-tutorial-part-2.html
http://miketeo.net/wp/index.php/2008/08/31/simple-iphone-tutorial-part-3.html
Entire (RSS)
Recent Comments