Build iOS Database Apps with Swift and SQLite (häftad)
Fler böcker inom
Format
Häftad (Paperback / softback)
Språk
Engelska
Antal sidor
200
Utgivningsdatum
2016-11-16
Upplaga
1st ed.
Förlag
APress
Illustratör/Fotograf
Bibliographie
Illustrationer
107 Illustrations, color; XXI, 200 p. 107 illus. in color.
Dimensioner
254 x 178 x 12 mm
Vikt
395 g
Antal komponenter
1
Komponenter
1 Paperback / softback
ISBN
9781484222317

Build iOS Database Apps with Swift and SQLite

Häftad,  Engelska, 2016-11-16
512
  • Skickas från oss inom 7-10 vardagar.
  • Fri frakt över 249 kr för privatkunder i Sverige.
Finns även som
Visa alla 1 format & utgåvor
Discover the essential concepts and new iOS 10 SDK and Swift 3 programming language APIs to build iPhone and iPad database driven applications using the defacto standard for data storage for mobile apps, SQLite. You will learn about SQL operations, such as selecting, inserting, updating and deleting data using various data types like text, numerical types, images and even audio/video data. After working through this book, you will gain an expert view of developing iOS apps using SQlite as a data storage using Objective-C and Swift. With Build iOS Database Apps with Swift and SQLite you will also gain expert knowledge on how to create databases at runtime, including creating or modifying indexes, triggers, tables, columns, and views. The examples use time-tested code from working applications. What You'll Learn: Create database and database applications using iOS and Swift Insert, select, edit, and delete records Extend SQLite Work with multi-database apps Use SQLite with Swift Backup online SQLite databases and more Who This Book Is For: Experienced Apple iOS, Swift programmers and developers.
Visa hela texten

Passar bra ihop

  1. Build iOS Database Apps with Swift and SQLite
  2. +
  3. Co-Intelligence

De som köpt den här boken har ofta också köpt Co-Intelligence av Ethan Mollick (häftad).

Köp båda 2 för 740 kr

Kundrecensioner

Har du läst boken? Sätt ditt betyg »

Övrig information

Kevin Languedoc is a software developer with 20 years of solid database development experience. He has worked with all major platforms and technologies in his long and varied career. He brings his expertise in database development to iOS (iPhone and iPad) platform and SQlite. He has developed over 50 iPhone and iPad apps in the corporate level for clients of all sizes. He brings a wealth of practical experience to this book with extensive code samples and working apps.

Innehållsförteckning

Chapter 1. Creating the Objective-C Wrapper.- Chapter 2. Creating SQLite Databases.- Chapter 3. Creating Databases During Runtime.- Chapter 4. Altering Databases and Other Features.- Chapter 5. Inserting Records.- Chapter 6. Selecting Records.- Chapter 7. Updating Records.- Chapter 8. Deleting Records.- Chapter 9. Searching for Records in SQLite.- Chapter 10. Working with Multi-Databases.- Chapter 11. Backing Up SQLite Databases.- Chapter 12. Analyzing SQLite Databases