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...
Κύριος συγγραφέας: | |
---|---|
Συγγραφή απο Οργανισμό/Αρχή: | |
Μορφή: | Ηλεκτρονική πηγή Ηλ. βιβλίο |
Γλώσσα: | English |
Έκδοση: |
Berkeley, CA :
Apress : Imprint: Apress,
2015.
|
Θέματα: | |
Διαθέσιμο Online: | Full Text via HEAL-Link |
Πίνακας περιεχομένων:
- 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.