ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب iPhone app development : the missing manual. - Description based on print version record

دانلود کتاب توسعه برنامه آیفون: کتابچه راهنمای گمشده. - توضیحات بر اساس سابقه نسخه چاپی

iPhone app development : the missing manual. - Description based on print version record

مشخصات کتاب

iPhone app development : the missing manual. - Description based on print version record

ویرایش: 1st ed 
نویسندگان:   
سری: Missing manual 
ISBN (شابک) : 0596809778, 9780596809775 
ناشر: Pogue Press, O'Reilly 
سال نشر:  
تعداد صفحات: 342 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 5 مگابایت 

قیمت کتاب (تومان) : 52,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 5


در صورت تبدیل فایل کتاب iPhone app development : the missing manual. - Description based on print version record به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب توسعه برنامه آیفون: کتابچه راهنمای گمشده. - توضیحات بر اساس سابقه نسخه چاپی نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب توسعه برنامه آیفون: کتابچه راهنمای گمشده. - توضیحات بر اساس سابقه نسخه چاپی

هر کسی که تجربه برنامه نویسی داشته باشد می تواند یاد بگیرد که چگونه یک برنامه آیفون بنویسد. اما اگر می خواهید یک برنامه عالی بسازید، چیزهای بیشتری از کدنویسی ساده در آن وجود دارد: همچنین باید بدانید که چگونه محصول خود را طراحی و بازاریابی کنید. این راهنمای آسان برای دنبال کردن، شما را در کل فرآیند، از طرح ایده‌تان تا تبلیغ محصول نهایی، راهنمایی می‌کند. ابزارهای توسعه برنامه آیفون خود را بشناسید قبل از شروع به کدنویسی یک برنامه عالی طراحی کنید با Xcode و Interface Builder یک برنامه پیچیده بسازید تصمیم بگیرید که چگونه اپلیکیشن خود را برند کنید، سپس آن برند را در دنیای واقعی بتا آزمایش کنید. برای وارد کردن برنامه خود به اپ استور محصول خود را تبلیغ کنید، فروش را ردیابی کنید، و یک مشتری قوی دنبال کنید


توضیحاتی درمورد کتاب به خارجی

Anyone with programming experience can learn how to write an iPhone app. But if you want to build a great app, there's a lot more to it than simple coding: you also need to know how design and market your creation. This easy-to-follow guide walks you through the entire process, from sketching out your idea to promoting the finished product. Get to know the tools for developing your iPhone app Design a great app before you start coding Build a complex app with Xcode and Interface Builder Decide how to brand your app-then beta-test that brand in the real world Learn the inside scoop on how to get your app into the App Store Promote your product, track sales, and build a strong customer following



فهرست مطالب

Table of Contents......Page 7
Introduction......Page 19
The Missing Credits......Page 13
Part One: Getting Started with Cocoa Touch......Page 25
Getting the Tools......Page 27
Installing Xcode......Page 28
Getting the iPhone SDK......Page 30
What Lies Ahead for the SDK?......Page 33
Exploring Your New Tools......Page 35
Every Flashlight Needs a Parts List......Page 36
Some Assembly Required......Page 40
Taking It for a Run on Your Mac......Page 41
Revision Decision......Page 43
The Power of Brackets......Page 47
The Land of Square Brackets......Page 48
The Object of It All......Page 49
Telling Your Objects to Do Things......Page 50
Masses of Classes......Page 51
Classes in Detail......Page 52
The Methods Behind the Madness......Page 55
Categorically Speaking......Page 56
Implementation: The Brains Behind the Beauty......Page 57
Creating New Classes......Page 59
Managing Memory......Page 61
Take a nil Pill......Page 63
Autorelease with Ease......Page 64
Properties and Dots......Page 66
Methods of Class......Page 67
Initializing Objects......Page 68
Deallocation Location......Page 69
Loops: For Better or For Worse......Page 70
Your Exceptional Code......Page 71
Learn by Crashing......Page 72
Selector Projector......Page 75
Show Your id......Page 76
Developer Documentation......Page 79
Learn to Be Lazy......Page 82
Get in Cocoa Touch......Page 83
The Big Three: Models, Views, Controllers......Page 84
Models......Page 85
Controllers......Page 86
Let’s Get Primitive......Page 87
Objectified......Page 88
Collections......Page 91
Copying in Depth......Page 92
Mutable Versus Immutable......Page 93
Make It Mutable......Page 94
Protect Your Data......Page 95
Delegation and Data Sources......Page 96
Targets and Actions......Page 98
User Interface: The Hard Way......Page 99
User Interface: The Easy Way......Page 104
Notifications......Page 115
Singletons as Globals......Page 118
Where to Go from Here......Page 119
The Language of Design......Page 120
Why Call in a Designer?......Page 121
Design Goals......Page 122
What’s Unique about iPhone Design?......Page 123
The Design Process......Page 125
Living in Harmony with Your Designer......Page 129
The Providers of Feedback......Page 131
Bigger, Stronger, Faster......Page 133
The Light Side......Page 134
The Flip Side......Page 135
Technical Design: Between Pictures and Code......Page 136
Start Naming......Page 137
Ready to Code!......Page 139
Part Two: Development \nin Depth......Page 141
Beyond the Template......Page 143
Change Project Settings......Page 144
Change Target Settings......Page 145
Build Settings......Page 150
Duplicity......Page 152
Join the iPhone Developer Program......Page 153
Open the Door......Page 154
When It Fails......Page 169
Ready to Roll......Page 172
A Guided Tour......Page 173
Open the Guide Book......Page 174
Flashlight_ProAppDelegate......Page 175
NIB Files: Something to Look At......Page 176
MainWindow.xib......Page 177
MainView.xib......Page 178
View Sizing......Page 180
Autoresizing......Page 181
SettingsView.xib......Page 183
AboutView.xib......Page 186
LightView......Page 187
IFInfoView......Page 192
UIColor+Brightness......Page 201
UIView+Concealed......Page 202
SOSModel......Page 208
FlashlightModel......Page 210
MainViewController......Page 212
SettingsViewController......Page 219
AboutViewController......Page 222
Localizable.strings......Page 224
Wrapping It Up......Page 227
Part Three: \nThe Business End......Page 229
Your App Works for You…But......Page 231
Ad Hoc & Roll......Page 233
Beautification Committee......Page 245
Speaking in Tongues......Page 246
The Site......Page 247
App Store, Here You Come......Page 250
Welcome......Page 251
First Order of Business......Page 252
Export Compliance......Page 256
Overview......Page 257
Ratings......Page 262
Upload—Show It Off......Page 263
Pricing—Pick Your Price......Page 266
Localization......Page 267
Tweak It......Page 268
Metrics......Page 270
Competition......Page 273
Two Developers, One Store......Page 274
Pricing Strategies......Page 276
Try Before You Buy......Page 277
The Final Profile......Page 279
The Final Build......Page 280
The Final Upload......Page 281
The Final Test......Page 282
App Review......Page 283
Make Sure You Haven’t Broken Any Rules......Page 284
Coping with Rejection......Page 285
Ready for Sale......Page 286
Launch Day......Page 287
Tracking Sales......Page 289
Daily Reports......Page 290
Monthly Financial Reports......Page 293
Advertising and Promotion......Page 294
Find a Mouth......Page 295
Social Networking: Word-of-Mouth on Steroids......Page 296
The Big Bang......Page 299
Online Advertising......Page 301
Promotion Codes......Page 305
Sale Prices......Page 307
Plotting It Out......Page 308
Monitor Coverage......Page 309
Crash Course......Page 316
Dealing with Support Email......Page 317
New Info......Page 318
Welcome Back, iTunes......Page 319
Upgrades (or Lack Thereof)......Page 320
Congratulations!......Page 321
Part Four: Appendix......Page 323
Where to Go from Here......Page 325
Index......Page 333




نظرات کاربران