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)
Tabla de Contenidos:
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.