Cargando…

Beginning iOS cloud and database development /

Beginning iOS Cloud and Database Development gets you started with building apps that use Apple's iCloud. You'll learn the techniques which will enable you to devise and create iOS apps that can interact with iCloud servers. From the basics up, you'll progressively learn how to config...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Ooley, Nathan
Otros Autores: Tichawa, Nick, Miller, Brian
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [New York, N.Y.] : Apress, ©2014.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • At a Glance; Introduction; Chapter 1: Cloud Database Development
  • The Basics; Explanation of a Remote or Cloud Database; Types of Database Development; Database Platforms and Services; Characters and Fields; Records and Tables; The Database File; The Relational Database; Database Management System; Multiple Sources; The Advantages of a Cloud Database Management System; The Disadvantages of a Cloud Database Management System; Summary; Chapter 2: Introduction to the Cloud; The Movement to the Cloud; Why Develop an App with the Cloud?; What Are iCloud's Key Offerings?
  • Designing for iCloudiOS and Mac OS iCloud; What Are the Expectations of Knowledge for Programming?; Summary; Chapter 3: Applications for the Cloud; Case Study of Storm: A Data-Driven, Cloud-Based Solution; Case Study of iCloud: Storm Manager App; Case Study of Azure: Grocery Store Customer Application; Case Study of MySQL: Storm Point of Sale Application; Chapter 4: Basic Setup of iCloud and Key-Value Storage; App IDs, Provisioning, and Entitlements; App IDs; Provisioning; Entitlements; Setting Up Your App ID and Provisioning Profile; Creating Your Development Provisioning Profile.
  • Setting Up Your Project in XcodeConfiguring Your Project with iCloud Support; Building the Foundation of the App; Organization and Preliminary Setup; Setting Up Your Storyboard; It Is Time for Some Code!; Constants File; Application Delegate and NSUserDefaults; Main View Controller; Goodbye FlipsideViewController, Hello SettingsViewController; Back to the Storyboard; Key-Value Store; NSUbiquitousKeyValueStore; Summary; Chapter 5: iCloud Document Storage with UIDocument; iCloud Document Storage; Ubiquity Container; Document Metadata; Document Data; Peer to Peer; Conflict Resolution.
  • URL PublishingUbiquity Identity Token; Types of Documents; Modifying Our Current Project for UIDocument Support; Modifying the Storyboard; Configuring the Collection View Controller; Configuring the Detail View Controller; Adding Our Code Files; CTAppDelegate; EntryCollectionViewCell; FriendsCollectionViewController; FriendDetailViewController; UIDocument; Our Document Model; CTDocument; Implementing CTDocument; Implementing CTDocument with iCloud; Controlling iCloud with Settings; A Few More Constants; Many Different States; Summary; Chapter 6: iCloud with Core Data; What Is Core Data?
  • Fallback StoreCore Data Logging; Asynchronous Setup; Closest Friends; Adding the CloseFriend Entity; Modifying the Storyboard; Configuring the Table View Controller; Configuring the Detail View Controller; Create View Controller Classes; CloseFriendsTableViewController; CloseFriendDetailViewController; Imports and Private Interface Setup; On to the Implementation; View Configuration Methods; Adding an Action Sheet for our photoTapped: Method; Image Picker Delegate Methods; Text Field Delegate Method; Bar Button Methods; Wrapping Up Our View Controller Code; Storyboard Modifications.