Beginning iOS Programming For Dummies /
The ultimate beginner's guide to programming in the iOS environment The Apple App Store is a gold mine for developers, but with more apps for the iPhone, iPad, and iPod touch being added every day, it?s essential to have a solid programming foundation to create the best apps possible. If you...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Hoboken :
Wiley,
2014.
©2014 |
Colección: | --For dummies.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
MARC
LEADER | 00000cam a2200000 a 4500 | ||
---|---|---|---|
001 | OR_ocn876512828 | ||
003 | OCoLC | ||
005 | 20231017213018.0 | ||
006 | m o d | ||
007 | cr cnu---unuuu | ||
008 | 140412s2014 nju o 000 0 eng d | ||
040 | |a EBLCP |b eng |e pn |c EBLCP |d TEFOD |d N$T |d E7B |d DEBSZ |d UMI |d RECBK |d MMI |d DEBBG |d OCLCQ |d OCLCO |d B24X7 |d COO |d YDXCP |d TEFOD |d OCLCQ |d OCLCO |d TEFOD |d OCLCQ |d OCLCO |d CNNOR |d CCO |d PIFAG |d ZCU |d LIV |d MERUC |d OCLCQ |d OCLCO |d U3W |d STF |d OCLCF |d HCO |d CEF |d NRAMU |d CRU |d ICG |d VTS |d OCLCQ |d OCLCO |d INT |d VT2 |d OCLCQ |d OCLCO |d G3B |d TKN |d OCLCQ |d OCLCO |d UAB |d DKC |d OCLCQ |d OCLCO |d BRF |d INARC |d OCLCO |d OCLCQ | ||
019 | |a 878834115 |a 881500480 |a 957614920 |a 961620239 |a 962636406 |a 1055314117 |a 1081207437 |a 1088979214 |a 1103261205 |a 1129358664 |a 1152984052 |a 1192341242 |a 1228603193 |a 1240510040 | ||
020 | |a 9781118799321 |q (electronic bk.) | ||
020 | |a 1118799321 |q (electronic bk.) | ||
020 | |a 9781118799314 |q (electronic bk.) | ||
020 | |a 1118799313 |q (electronic bk.) | ||
020 | |z 1118799275 | ||
020 | |z 9781118799277 | ||
029 | 1 | |a AU@ |b 000053058862 | |
029 | 1 | |a CHNEW |b 000887353 | |
029 | 1 | |a DEBBG |b BV042033025 | |
029 | 1 | |a DEBBG |b BV043608718 | |
029 | 1 | |a DEBSZ |b 405713576 | |
029 | 1 | |a DEBSZ |b 41418503X | |
029 | 1 | |a NZ1 |b 15627006 | |
035 | |a (OCoLC)876512828 |z (OCoLC)878834115 |z (OCoLC)881500480 |z (OCoLC)957614920 |z (OCoLC)961620239 |z (OCoLC)962636406 |z (OCoLC)1055314117 |z (OCoLC)1081207437 |z (OCoLC)1088979214 |z (OCoLC)1103261205 |z (OCoLC)1129358664 |z (OCoLC)1152984052 |z (OCoLC)1192341242 |z (OCoLC)1228603193 |z (OCoLC)1240510040 | ||
037 | |a CL0500000444 |b Safari Books Online | ||
037 | |a 3CF7AFB8-2632-44C4-BE9B-69451B5E49B3 |b OverDrive, Inc. |n http://www.overdrive.com | ||
050 | 4 | |a QA76.8.I64 | |
072 | 7 | |a COM |x 051370 |2 bisacsh | |
072 | 7 | |a COM051010 |2 bisacsh | |
072 | 7 | |a 633 |2 bisacsh | |
082 | 0 | 4 | |a 005.268 |2 22 |
049 | |a UAMI | ||
100 | 1 | |a Ramnath, Rajiv. | |
245 | 1 | 0 | |a Beginning iOS Programming For Dummies / |c Rajiv Ramnath. |
260 | |a Hoboken : |b Wiley, |c 2014. | ||
264 | 4 | |c ©2014 | |
300 | |a 1 online resource (457 pages) | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
490 | 1 | |a For dummies | |
588 | 0 | |a Print version record. | |
505 | 0 | |a At a Glance; Table of Contents; Introduction; About This Book; Foolish Assumptions; Icons Used in This Book; Beyond the Book; Part I: Getting Started with iOS Programming; Chapter 1: Entering Mobile Application Development; Apps for a Mobile Platform; iOS Benefits; iOS App Development Essentials; The Application Model; Object-Orientation Concepts; Chapter 2: Object-Oriented Design Principles; Basic Object-Oriented Concepts; Principles of Object-Orientation; Designing an Object-Oriented Application; Advanced OO Techniques; The Application Development Lifecycle. | |
505 | 8 | |a Chapter 3: Effectively Using Objective-CExamining an Objective-C Program; Defining Classes; Using Classes, Objects, Methods, and Variables; Managing Memory; Handling Exceptions; Organizing Program Files; Analyzing Objective-C's Object-Orientation Capabilities; Part II: Meeting the Methods and Platforms; Chapter 4: Patterns and Frameworks; Common Patterns of OO Design; Understanding Frameworks; Chapter 5: Setting Up to Develop iOS Apps; Becoming an iOS Developer; Installing, Verifying, and Understanding the Xcode Development Environment; Importing and Running the Tic-Tac-Toe Sample Program. | |
505 | 8 | |a Chapter 6: Developing an App on iOSDissecting an iOS App; Understanding an App's Lifecycle; Interacting with the App Through Its User Interface; Dealing with Data; Using Other iOS Capabilities on a Device; Visiting the App Templates in Xcode; Deconstructing the iOS Framework Using OO Principles and Design Patterns; Chapter 7: Illustrating Object-Oriented iOS App Design; Customizing an SDLC for iOS App Development; Developing Use Cases; Creating the User Interface; Illustrating Object-Oriented Design; Implementing an Object-Oriented Design on iOS. | |
505 | 8 | |a Analyzing the OO and Design Principles Used in Tic-Tac-ToePart III: Making Your iOS Apps Fit for Consumption; Chapter 8: Effectively Using Xcode; Xcode and IOS -- A Beautiful Friendship; Fine-Tuning Your App in Xcode; Getting Help; Chapter 9: Developing Your App's User Interface; Understanding How User Interfaces Work in iOS; Revisiting the Model-View-Controller Design Pattern; Understanding the UI Components Available in iOS; Chapter 10: Making Applications Fast and Responsive; Becoming Familiar with Nonfunctional Requirements; Designing Your App at Multiple Levels. | |
505 | 8 | |a Optimizing an Application's PerformanceUsing Instrumentation for Code Optimization; Ensuring Responsiveness in Your Apps; Other Performance Considerations for iOS Apps; Chapter 11: Making Your App Reliable and Secure; Making Your App Reliable Through Testing; Adapting to Changes in the App's Environment; Considering Security in an iOS App; Looking at security holistically; Understanding the attack surface and developing a threat model for an app; Implementing authentication and access control; Protecting core data files with encryption; Adding auditing to your application. | |
500 | |a Part IV: Connecting Your Apps. | ||
520 | |a The ultimate beginner's guide to programming in the iOS environment The Apple App Store is a gold mine for developers, but with more apps for the iPhone, iPad, and iPod touch being added every day, it?s essential to have a solid programming foundation to create the best apps possible. If you're eager to learn the ins and outs of iOS programming, this is your book. It teaches object-oriented programming within the iOS framework from the ground up, preparing you to create the next super iPhone or iPad app. Get a handle on the iOS framework, object-oriented best practices, and. | ||
590 | |a O'Reilly |b O'Reilly Online Learning: Academic/Public Library Edition | ||
630 | 0 | 0 | |a IOS (Electronic resource) |
630 | 0 | 7 | |a IOS (Electronic resource) |2 fast |0 (OCoLC)fst01784820 |
650 | 0 | |a Application software |x Development. | |
650 | 0 | |a iPhone (Smartphone) |x Programming. | |
650 | 0 | |a Mobile computing. | |
650 | 6 | |a Logiciels d'application |x Développement. | |
650 | 6 | |a iPhone (Téléphone intelligent) |x Programmation. | |
650 | 6 | |a Informatique mobile. | |
650 | 7 | |a COMPUTERS |x Programming |x Apple Programming. |2 bisacsh | |
650 | 7 | |a Programming Languages. |2 bisacsh | |
650 | 7 | |a Programmiersprachen. |2 bisacsh | |
650 | 7 | |a Application software |x Development. |2 fast |0 (OCoLC)fst00811707 | |
650 | 7 | |a Mobile computing. |2 fast |0 (OCoLC)fst01024221 | |
776 | 0 | 8 | |i Print version: |a Ramnath, Rajiv. |t Beginning iOS Programming For Dummies. |d Hoboken : Wiley, 2014 |z 9781118799321 |
830 | 0 | |a --For dummies. | |
856 | 4 | 0 | |u https://learning.oreilly.com/library/view/~/9781118799314/?ar |z Texto completo (Requiere registro previo con correo institucional) |
938 | |a Books 24x7 |b B247 |n bks00063462 | ||
938 | |a EBL - Ebook Library |b EBLB |n EBL1666487 | ||
938 | |a ebrary |b EBRY |n ebr10861018 | ||
938 | |a EBSCOhost |b EBSC |n 755954 | ||
938 | |a Internet Archive |b INAR |n beginningiosprog0000ramn | ||
938 | |a Recorded Books, LLC |b RECE |n rbeEB00310694 | ||
938 | |a YBP Library Services |b YANK |n 11784624 | ||
938 | |a YBP Library Services |b YANK |n 11765708 | ||
994 | |a 92 |b IZTAP |