Cargando…

Introducing SQLite for Mobile Developers

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 a...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Feiler, Jesse (Autor)
Autor Corporativo: SpringerLink (Online service)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley, CA : Apress : Imprint: Apress, 2015.
Edición:1st ed. 2015.
Temas:
Acceso en línea:Texto Completo
Tabla de Contenidos:
  • 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.