Cargando…

Professional iOS database application programming /

Updated and revised coverage that includes the latest versions of iOS and Xcode Whether you're a novice or experienced developer, you will want to dive into this updated resource on database application programming for the iPhone and iPad. Packed with more than 50 percent new and revised materi...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Alessi, Patrick
Formato: Electrónico eBook
Idioma:Inglés
Publicado: New York : Wiley, 2013.
Edición:2nd ed.
Colección:Programmer to programmer.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ma 4500
001 OR_ocn847003471
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cn|||||||||
008 130418s2013 nyu o 000 0 eng d
010 |a  2013933611 
040 |a E7B  |b eng  |e pn  |c E7B  |d B24X7  |d COO  |d MEAUC  |d UMI  |d DEBSZ  |d OCLCO  |d OCLCQ  |d OCLCO  |d N$T  |d MHW  |d TEFOD  |d UKDOC  |d YDXCP  |d VT2  |d TEFOD  |d OCLCQ  |d OCLCF  |d OCLCQ  |d MOR  |d PIFAG  |d LIV  |d OCLCQ  |d WRM  |d CEF  |d NRAMU  |d NTG  |d INT  |d OCLCQ  |d WYU  |d OCLCO  |d UAB  |d OCLCO  |d OCLCQ  |d OCLCO 
015 |a GBB317639  |2 bnb 
016 7 |a 016284522  |2 Uk 
019 |a 841583835  |a 858460598  |a 961671343  |a 962591013  |a 1065708511  |a 1103264507  |a 1129374773  |a 1153001710  |a 1192349269  |a 1240512678 
020 |a 1118391853  |q (ebk) 
020 |a 9781118391853  |q (ebk) 
020 |a 9781118417577  |q (ebk) 
020 |a 1118417577  |q (ebk) 
020 |a 9781118728369  |q (ebk) 
020 |a 111872836X  |q (ebk) 
020 |z 9781118391846 
020 |z 9781118391853 
020 |z 1118391845  |q (pbk. ;  |q alk. paper) 
029 1 |a AU@  |b 000052006737 
029 1 |a AU@  |b 000053045891 
029 1 |a CHNEW  |b 000614592 
029 1 |a DEBBG  |b BV041432283 
029 1 |a DEBSZ  |b 398281858 
029 1 |a NZ1  |b 15347890 
035 |a (OCoLC)847003471  |z (OCoLC)841583835  |z (OCoLC)858460598  |z (OCoLC)961671343  |z (OCoLC)962591013  |z (OCoLC)1065708511  |z (OCoLC)1103264507  |z (OCoLC)1129374773  |z (OCoLC)1153001710  |z (OCoLC)1192349269  |z (OCoLC)1240512678 
037 |a CL0500000285  |b Safari Books Online 
037 |a 866F2300-EEFC-435B-A48F-94DC31A32E48  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.8.I64  |b A44 2013eb 
072 7 |a COM  |x 051370  |2 bisacsh 
082 0 4 |a 620.00452  |2 23 
049 |a UAMI 
100 1 |a Alessi, Patrick. 
245 1 0 |a Professional iOS database application programming /  |c Patrick Alessi. 
250 |a 2nd ed. 
260 |a New York :  |b Wiley,  |c 2013. 
300 |a 1 online resource (388 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 Programmer to programmer 
505 0 |a Professional: iOS Database Application Programming; Copyright; Credits; About the Author; About the Technical Editor; Acknowledgments; Contents; Introduction; What's New in This Edition; Who This Book is For; What This Book Covers; How This Book is Structured; What You Need to Use This Book; Conventions; Source Code; Errata; P2P. Wrox.Com; Part I: Manipulating and Displaying Data on the iPhone and iPad; Chapter 1: Introducing Data-Driven Applications; Building a Simple Data-Driven Application; Creating the Project; Adding a UITableView; Retrieving Data; Implementing Your Data Model Class. 
505 8 |a Displaying the DataFurther Exploration; Design Patterns; Reading a Text File; Moving Forward; Chapter 2: The iOS Database: SQLite; What Is SQLite?; The SQLite Library; SQLite and Core Data; Building a Simple Database; Designing the Database; Creating the Database; Populating the Database; Tools to Visualize the SQLite Database; Connecting to Your Database; Starting the Project; The Model Class; The DBAccess Class; Parameterized Queries; Writing to the Database; Displaying the Catalog; Viewing Product Details; Moving Forward; Chapter 3: Displaying Your Data: The UITableView. 
505 8 |a Customizing the Table ViewTable View Cell Styles; Adding Subviews to the contentView; Subclassing UITableViewCell; Implementing Sections and an Index; Implementing Search; Optimizing Table View Performance; Reusing Existing Cells; Opaque Subviews; Custom Drawn Cells with drawRect; UI Conventions for Accessory Views; Moving Forward; Chapter 4: User Interface Elements; Building Your Interface with Storyboards; Starting the Storyboard Example Application; Adding the Sub-detail Screen to the Storyboard; Adding a Modal Screen to the Storyboard. 
505 8 |a Displaying Master/Detail Data with the Split View ControllerIntroducing the UISplitViewController; The UISplitViewControllerDelegate Protocol; Starting the Split View Sample Application; Building the Detail Interface; Adding Surveys with the Master/Detail View; Displaying Data in a Popover; Building the InfoViewController; Displaying the UIPopoverController; Gesture Recognizers; The UIGestureRecognizer Class; Using Gesture Recognizers; File Sharing Support; Enable File Sharing in the Sample Application; Serializing the Survey Data Array; Deserializing and Loading the Survey Data Array. 
505 8 |a Sharing the DataMoving Forward; Part II: Managing Your Data with Core Data; Chapter 5: Introducing Core Data; The Basics of Core Data; The Core Data Architecture; The Core Data Stack; SQLite and Core Data; Core Data and iCloud; Data Protection; Using Core Data: A Simple Task Manager; Creating the Project; Examining the Template Code; Modifying the Template Code; Moving Forward; Chapter 6: Modeling Data in Xcode; Modeling Your Data; Defining Entities and Their Attributes; Adding Relationships Between Entities; Creating Fetched Properties and Fetch Request Templates. 
520 |a Updated and revised coverage that includes the latest versions of iOS and Xcode Whether you're a novice or experienced developer, you will want to dive into this updated resource on database application programming for the iPhone and iPad. Packed with more than 50 percent new and revised material - including completely rebuilt code, screenshots, and full coverage of new features pertaining to database programming and enterprise integration in iOS 6 - this must-have book intends to continue the precedent set by the previous edition by helping thousands of developers master database. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 7 |a IOS (Electronic resource)  |2 blmlsh 
650 0 |a Application software  |x Development. 
650 0 |a Mobile computing. 
650 6 |a Logiciels d'application  |x Développement. 
650 6 |a Informatique mobile. 
650 7 |a COMPUTERS  |x Programming  |x Apple Programming.  |2 bisacsh 
650 7 |a Application software  |x Development  |2 fast 
650 7 |a Mobile computing  |2 fast 
776 0 8 |i Print version:  |a Alessi, Patrick.  |t Professional iOS database application programming.  |b 2nd ed.  |d Indianapolis : Wiley Pub., ©2013  |z 1118391845  |w (OCoLC)846721435 
830 0 |a Programmer to programmer. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781118391846/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a 123Library  |b 123L  |n 97123 
938 |a Books 24x7  |b B247  |n bks00052630 
938 |a ebrary  |b EBRY  |n ebr10690366 
938 |a EBSCOhost  |b EBSC  |n 568782 
938 |a YBP Library Services  |b YANK  |n 10451008 
938 |a YBP Library Services  |b YANK  |n 10579407 
994 |a 92  |b IZTAP