Cantitate/Preț
Produs

Build iOS Database Apps with Swift and SQLite

Autor Kevin Languedoc
en Limba Engleză Paperback – 16 noi 2016
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.


Citește tot Restrânge

Preț: 23060 lei

Preț vechi: 28826 lei
-20% Nou

Puncte Express: 346

Preț estimativ în valută:
4414 4548$ 3726£

Carte tipărită la comandă

Livrare economică 03-17 martie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484222317
ISBN-10: 1484222318
Pagini: 200
Ilustrații: XXI, 200 p. 107 illus. in color.
Dimensiuni: 178 x 254 x 15 mm
Greutate: 0.4 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

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

Notă biografică

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.


Textul de pe ultima copertă

This book leads you through 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.

Readers will learn about SQL operations like 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.

Caracteristici

A unique Swift 3 and iOS 10 SDK book on database programming Includes the most popular SQLite Uses the new Swift 3 and iOS 10 SDK APIs