Archive for October, 2009

Iphone Applications

Since each iPhone application is made under the UIKit, they are all fundamentally the same basic architecture. UIKit provides a solid basis on which not only the main objects to make the request, but also the need for user intervention to coordinate and control the information display on the screen. Therefore, applications do not show their individuality through their Core architecture, but in how they are configured as objects. In addition, diversity in iPhone applications are found in the use of custom objects to customize the application interface AOS and subsequent behavior. Read the rest of this entry »