Introducing SQLite for Mobile Developers (häftad)
Fler böcker inom
Format
Häftad (Paperback / softback)
Språk
Engelska
Antal sidor
147
Utgivningsdatum
2015-12-21
Upplaga
1st ed.
Förlag
APress
Illustrationer
40 Illustrations, black and white; XVII, 147 p. 40 illus.
Dimensioner
234 x 156 x 9 mm
Vikt
245 g
Antal komponenter
1
Komponenter
1 Paperback / softback
ISBN
9781484217658

Introducing SQLite for Mobile Developers

Häftad,  Engelska, 2015-12-21
429
  • 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
This brief book is an introduction to SQLite for both iOS and Android developers. The book includes an optional introduction to SQL, a discussion of when to use SQLite, and chapters devoted to using SQLite with the most likely programming languages and then goes through adding a simple database to an Android or iOS app and finally a chapter on managing the apps life cycle. What You Will Learn: The basics of SQLite The SQL you need to use SQLite effectively How to integrate a database into your mobile app. How to maintain the app Who this book is for: This book is for Android or iOS developers who wish to use a lightweight but flexible database for their applications. It mobile development experience but does not assume anything but very basic database knowledge.
Visa hela texten

Passar bra ihop

  1. Introducing SQLite for Mobile Developers
  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 619 kr

Kundrecensioner

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

Fler böcker av Jesse Feiler

Övrig information

Jesse Feiler is a developer, consultant, and author specializing in database technologies and location-based apps. He has worked with databases and data management on computers from mainframes to iPhone, iPad, and Apple TV using data management tools from DB2 (IBM) and DMSII (Burroughs) to Enterprise Objects Framework and Core Data, MySQL, Oracle, and, of course, MySQL. In the early days of the web, he built the page caching mechanism for the Prodigy web browser for Mac using a relational database library similar in some ways to SQLite. He is the creator of Minutes Machine the meeting management app, as well as Saranac River Trail app a guide to the Trail that includes location-based updates as well as social media tools. His apps are available in the App Store and are published by Champlain Arts Corp (champlainarts-dot-com). As a consultant; he has worked with small businesses and nonprofits on projects such as production control, publishing, and project management usually involving FileMaker. His books include: Swift for Dummies (Wiley, 2014) iOS App Development for Dummies (Wiley, 2014) iWork for Dummies (Wiley, 2012) He is heard regularly on WAMC Public Radio for the Northeast's The Roundtable. founder of Friends of Saranac River Trail, Inc. A native of Washington DC, he has lived in New York City and currently lives in Plattsburgh NY. He can be reached at northcountryconsulting-dot-com (consulting) and champlainarts-dot-com (app development).

Innehållsförteckning

1. Getting Up to Speed with Databases and SQLite.-2. Understanding What SQLite Is....- 3. Working with the relationship model and SQLite.- 4. Using SQLite basics storing and retrieving data.-5. Using SQLite features What you can do with SELECT statements.-6. Using SQLite with PHP.-7. Using SQLite with Java (Android).- 8. Using SQLite with Swift (iOS/Mac).- 9. Using SQLite with Objective-C (iOS/Mac).-10. Exploring the simple database (used in chapters 10-12).- 11. Using the simple database with a website (database example code included).- 12. Adding the simple database to an Android app (using android.database.sqlite).- 13. Adding the simple database to an iOS app (using Core Data).- 14. Considering performance issues.- 15. Managing the SQLite life cyle.