[www.ed2k.online]下載基地為您提供軟件、遊戲、圖書、教育等各種資源的ED2K電驢共享下載和MAGNET磁力鏈接下載。
設為首頁
加入收藏
首頁 圖書資源 軟件資源 游戲資源 教育資源 其他資源
 電驢下載基地 >> 其他资源 >> 電腦基礎 >> 《Lynda.com出品iPhone SDK基礎視頻教程》(Lynda.com iPhone SDK Essential Training)[光盤鏡像]
《Lynda.com出品iPhone SDK基礎視頻教程》(Lynda.com iPhone SDK Essential Training)[光盤鏡像]
下載分級 其他资源
資源類別 電腦基礎
發布時間 2017/7/13
大       小 -
《Lynda.com出品iPhone SDK基礎視頻教程》(Lynda.com iPhone SDK Essential Training)[光盤鏡像] 簡介: 中文名 : Lynda.com出品iPhone SDK基礎視頻教程 英文名 : Lynda.com iPhone SDK Essential Training 資源格式 : 光盤鏡像 主講人 : Simon Allardice 發行日期 : 2009年10月20日 地區 : 美國 對白語言 : 英語 文字語言 : 英文 簡介 : 語言:英語 網址:http://www
電驢資源下載/磁力鏈接資源下載:
全選
"《Lynda.com出品iPhone SDK基礎視頻教程》(Lynda.com iPhone SDK Essential Training)[光盤鏡像]"介紹
中文名: Lynda.com出品iPhone SDK基礎視頻教程
英文名: Lynda.com iPhone SDK Essential Training
資源格式: 光盤鏡像
主講人: Simon Allardice
發行日期: 2009年10月20日
地區: 美國
對白語言: 英語
文字語言: 英文
簡介:

語言:英語
網址:http://www.lynda.com/iPhone-3-tutorials/ip...9-2.html
類別:教程
資源簡介
Lynda.com推出的由Simon Allardice主講的時長6小時52分的iPhone SDK基礎教程,涉及Xcode 3.1以及iPhone OS 3.0。視頻主要涵蓋iPhone SDK中20%的一上手就能用到的核心以及常用部分,其他部分會通過視頻中對文檔使用的部分來引導學習者。
教程面向的人員是了解至少一門編程語言的開發者,視頻中會涵蓋一些基礎的Objective-C的知識。具體“What you should know”部分可以在上面的網址中在Lynda.com在線觀看。
因為推出時間比較早,所以涉及到這些內容比較舊。但是關於Xcode 4、iPad App開發、iOS 4新特色等視頻教程在VC都能搜到。同時Objective-C的視頻教程也能在這裡搜到。
本教程適合中級學習者,附帶練習文件。
Course Summary
Course name:iPhone SDK Essential Training
Author:Simon Allardice
Duration:06h 52m
Released on:10/20/2009
Exercise files:Yes
Level:Intermediate
Description
iPhone SDK Essential Training presents the tools and skills needed to create applications for this mobile platform. Developer Simon Allardice breaks down the process of becoming an iPhone developer, from getting started with the tools and the language to building user interfaces and working with the unique features of the iPhone. With multiple hands-on exercises and demonstration projects, Simon explores the core development tools for iPhone (Xcode, Interface Builder, and Instruments), the language (Objective-C), and the framework (Cocoa Touch). Exercise files accompany this course.
Topics include:
Creating projects in Objective-C
Understanding memory management and delegation
Building user interfaces in Interface Builder
Saving data and preferences for iPhone applications
Understanding core audio and core animation basics
Creating a custom application icon

未經過安裝測試與安全檢測,使用者後果自負
軟體版權歸原作者及其公司所有,如果你喜歡,請購買正版

目錄:
Introduction 05m 38s
Welcome 01m 16s
Using the exercise files 01m 03s
What you should know 03m 19s
1. Getting Started 15m 44s
Registering as an iPhone Developer 02m 48s
Installing the iPhone SDK 02m 20s
Joining the Apple iPhone Developer Program 02m 04s
Building a "simple" iPhone application 06m 54s
The "four pillars" of iPhone application development 01m 38s
2. The Tools 16m 42s
Using Xcode 07m 44s
Using Interface Builder 04m 45s
Using the iPhone Simulator 04m 13s
3. Writing Objective-C 53m 05s
Introducing Objective-C 04m 28s
Object orientation basics 09m 23s
Creating a simple Objective-C project 08m 34s
Using existing classes in Cocoa 08m 33s
Optional video: Format specifiers 02m 20s
Calling methods in Objective-C 04m 19s
Writing your own classes 09m 50s
Compiling and running your application 05m 38s
4. Memory Management 24m 47s
Introduction to memory management 06m 38s
Object lifetime 06m 31s
Cleaning up 06m 33s
Using autorelease pools 05m 05s
5. Core iPhone Project Skills 45m 23s
Using the different iPhone project templates 03m 59s
Using Model-View-Controller (MVC) 02m 37s
Basic interaction 12m 46s
Dismissing the keyboard 10m 06s
Understanding delegation 03m 31s
Alerting the user 06m 50s
How your application works 05m 34s
6. Debugging and Troubleshooting 27m 06s
Troubleshooting your application 09m 30s
Creating and using breakpoints 08m 28s
Using zombies to fix problems 09m 08s
7. Using UI Controls 37m 03s
Creating interfaces in Interface Builder 10m 48s
Using and customizing the Picker 05m 23s
Using data sources 11m 53s
Selecting an item in the Picker 06m 31s
Understanding and using the Apple UI guidelines 02m 28s
8. Table Views 29m 11s
Creating a simple table 13m 22s
Reusing table cells 02m 53s
Customizing the table 05m 44s
Customizing table view cells 07m 12s
9. Multi-View Applications 46m 04s
Introduction to Multiple View applications 02m 35s
Creating a utility application 06m 53s
Using Navigation Controllers 03m 05s
Creating a navigation application 13m 38s
Using a toolbar 11m 44s
Using a tab bar 08m 09s
10. Using the Image Picker 12m 46s
Understanding the Image Picker 04m 02s
Using the Image Picker 05m 43s
Checking for available image sources 03m 01s
11. Using the Accelerometer 25m 25s
Accelerometer concepts 04m 17s
Switching orientation 11m 08s
Reacting to a Shake event 04m 32s
Accessing accelerometer data 05m 28s
12. Saving Data 31m 36s
Options for saving data on the iPhone 05m 47s
Saving iPhone application data to property lists 10m 32s
Saving iPhone application preferences 15m 17s
13. Animation and Audio 24m 20s
Core animation basics 04m 00s
Using simple animations 04m 45s
Core audio basics 06m 12s
Playing audio files 09m 23s
14. Finishing Touches 16m 54s
Creating an application launch image 04m 08s
Creating an application icon 02m 58s
Introduction to instruments 07m 15s
Where to go from here 02m 33s
Conclusion 00m 22s
Goodbye 00m 22s 
相關資源:

免責聲明:本網站內容收集於互聯網,本站不承擔任何由於內容的合法性及健康性所引起的爭議和法律責任。如果侵犯了你的權益,請通知我們,我們會及時刪除相關內容,謝謝合作! 聯系信箱:[email protected]

Copyright © 電驢下載基地 All Rights Reserved