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)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley, CA] : Apress, 2015.
Colección:The expert's voice in mobile programming
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ii 4500
001 OR_ocn934440550
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 160111s2015 caua o 001 0 eng d
040 |a GW5XE  |b eng  |e rda  |e pn  |c GW5XE  |d YDXCP  |d SNK  |d TXI  |d IDEBK  |d EBLCP  |d COO  |d UMI  |d DEBSZ  |d OCLCF  |d B24X7  |d OCLCQ  |d N$T  |d KSU  |d IAO  |d JBG  |d IAS  |d ICN  |d IAD  |d SOI  |d ILO  |d DEBBG  |d IDB  |d Z5A  |d LIV  |d OCLCQ  |d MERUC  |d ESU  |d OCLCQ  |d VT2  |d IOG  |d U3W  |d REB  |d D6H  |d OCL  |d VVB  |d CEF  |d AU@  |d WYU  |d UAB  |d UKAHL  |d AUD  |d CNCEN  |d G3B  |d LEAUB  |d ERF  |d UKBTH  |d UHL  |d OCLCQ  |d STF  |d OCLCQ  |d SRU  |d MERER  |d OCLCQ  |d VLY  |d BRF  |d DCT  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 933784102  |a 934047082  |a 936335872  |a 961621769  |a 1005819909  |a 1021275659  |a 1086463374  |a 1110762177  |a 1112588001  |a 1129342995  |a 1153011546  |a 1162150274  |a 1192351356  |a 1204026040  |a 1240513950 
020 |a 9781484217665  |q (electronic bk.) 
020 |a 1484217667  |q (electronic bk.) 
020 |z 9781484217658 
020 |z 1484217659 
024 7 |a 10.1007/978-1-4842-1766-5  |2 doi 
029 1 |a AU@  |b 000061150800 
029 1 |a AU@  |b 000067095600 
029 1 |a CHNEW  |b 000894109 
029 1 |a CHVBK  |b 374532656 
029 1 |a DEBBG  |b BV043627927 
029 1 |a DEBBG  |b BV043968807 
029 1 |a DEBSZ  |b 454930720 
029 1 |a DEBSZ  |b 485793172 
029 1 |a GBVCP  |b 882752391 
029 1 |a NZ1  |b 16308315 
029 1 |a AU@  |b 000068979737 
035 |a (OCoLC)934440550  |z (OCoLC)933784102  |z (OCoLC)934047082  |z (OCoLC)936335872  |z (OCoLC)961621769  |z (OCoLC)1005819909  |z (OCoLC)1021275659  |z (OCoLC)1086463374  |z (OCoLC)1110762177  |z (OCoLC)1112588001  |z (OCoLC)1129342995  |z (OCoLC)1153011546  |z (OCoLC)1162150274  |z (OCoLC)1192351356  |z (OCoLC)1204026040  |z (OCoLC)1240513950 
037 |a 884464  |b MIL 
050 4 |a QA76.73.S67 
072 7 |a UN  |2 bicssc 
072 7 |a UMT  |2 bicssc 
072 7 |a COM021000  |2 bisacsh 
082 0 4 |a 005.75/65  |2 23 
049 |a UAMI 
100 1 |a Feiler, Jesse,  |e author. 
245 1 0 |a Introducing SQLite for mobile developers /  |c Jesse Feiler. 
264 1 |a [Berkeley, CA] :  |b Apress,  |c 2015. 
264 2 |a New York, NY :  |b Distributed to the Book trade worldwide by Springer 
264 4 |c ©2015 
300 |a 1 online resource (xvii, 147 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file  |b PDF  |2 rda 
490 0 |a The expert's voice in mobile programming 
500 |a Includes index. 
588 0 |a Online resource; title from PDF title page (SpringerLink, viewed January 11, 2016). 
520 |a 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 appℓ́ℓs 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. 
505 0 |a 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. 
546 |a English. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a SQL (Computer program language) 
650 0 |a Mobile apps  |x Development. 
650 6 |a SQL (Langage de programmation) 
650 6 |a Applications mobiles  |x Développement. 
650 7 |a SQL (Computer program language)  |2 fast 
773 0 |t Springer eBooks 
776 0 8 |i Print version:  |a Feiler, Jesse.  |t Introducing SQLite for mobile developers.  |z 1484217659  |z 9781484217658  |w (OCoLC)930996395 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484217665/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH31352852 
938 |a Books 24x7  |b B247  |n bks00112024 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL4305889 
938 |a EBSCOhost  |b EBSC  |n 1296433 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis33471192 
938 |a YBP Library Services  |b YANK  |n 12775150 
994 |a 92  |b IZTAP