Book Image

Learning SQLite for iOS

By : Gene Da Rocha
Book Image

Learning SQLite for iOS

By: Gene Da Rocha

Overview of this book

The ability to use SQLite with iOS provides a great opportunity to build amazing apps. Apple's iOS SDK provides native support for SQLite databases. This combination offers the potential to create powerful, data-persistent applications. This book starts with the architecture of SQLite database and introduces you to concepts in SQL . You will find yourself equipped to design your own database system, administer it, and maintain it. Further, you will learn how to operate your SQLite databases smoothly using SQL commands. You will be able to extend the functionality of SQLite by using its vast arsenal of C API calls to build some interesting, exciting, new, and intelligent data-driven applications. Understand how Xcode, HTML5, and Phonegap can be used to build a cross-platform modern app which can benefit from all these technologies - all through creating a complete, customizable application skeleton that you can build on for your own apps.
Table of Contents (15 chapters)
Learning SQLite for iOS
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
Index

HTML5 and PhoneGap development


Because it is easier to develop mobile and tablet apps using HTML5, PhoneGap, and generally, cross-development tools, there seems to be software snobbery, where some people think that HTML5 development is somewhat not as skilled as native development. There have been some very bad native developments built so far, but the same could apply to HTML5 or other mobile apps on the app stores.

Using these modern cross-development tools is a good and quick way if you want to build prototypes from designs that give and show the look and feel, and show some functionality too. Cross-browser technology will not perform as quickly or efficiently as a native app and, as mentioned, it has a reputation for not being as real as native apps. With the growth of mobile technology, there has been a high growth of HTML5 apps available, because they are much faster to design, develop, and produce, compared to native apps.

There are pitfalls for those web developers who think that they...