html5-img
1 / 16

Introduction to iPhone SDK

Introduction to iPhone SDK. By Muktadiur Rahman Date: June 10, 2010. Contents. Introduction Tools Architecture. Introduction. The iPhone SDK is a software development kit developed by Apple Inc to develop the next generation innovative mobile application for iPhone .

eron
Download Presentation

Introduction to iPhone SDK

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Introduction to iPhone SDK By MuktadiurRahman Date: June 10, 2010

  2. Contents Introduction Tools Architecture

  3. Introduction The iPhone SDK is a software development kit developed by Apple Inc to develop the next generation innovative mobile application for iPhone. It include rich set of API and Tools

  4. iPhone

  5. Tools • Xcode: IDE for iPhone development(Professional text editor, Debugger, GCC compiler) • Instruments : For optimizing application • Dash Code : For creating web applications for Safari • iPhone Simulator

  6. Xcode

  7. Instruments

  8. Dashcode

  9. Simulator

  10. Architecture Core OS Core Services Media Cocoa Touch

  11. Architecture

  12. Core OS • The Core OS layer encompasses the kernel environment, drivers, and basic interfaces of the operating system. It provides a set of interfaces for accessing many low-level features of the operating system. Your application accesses these features through the LibSystem library. The interfaces are C-based and provide support for the following: • Threading (POSIX threads) • Networking (BSD sockets) • File-system access • Standard I/O • Bonjour and DNS services • Locale information • Memory allocation • Math Computation

  13. Core Services • The Core Services layer provides the fundamental system services that all applications use. • CoreFoundation Framework • CFNetwork Framework • Security Framework • SQLite Library • XML Libraries

  14. Media • The Media layer provides graphics and media technologies in iPhone OS that are geared toward creating most advanced multimedia experience on a mobile device • Graphics Technologies • Audio Technologies • Video Technologies

  15. Cocoa Touch • The Cocoa Touch layer provide the basic tools and infrastructure you need to implement graphical, event-driven applications in iPhone OS • UIKit framework • AddressBook framework • AddressBookUi framework • Core Location framework

  16. THANK YOU Q/A

More Related