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

Summary


In this chapter, you learned how to use Xcode and PhoneGap with SQLite and HTML5. Hopefully, it has helped you to perform iOS development with these technologies, and showed you how using PhoneGap/SQLite can enhance how quickly apps can be delivered to the end user.

It is also a cross-development platform, where the source is created once and delivered to a variety of platforms in a quick-format generation method. HTML5 works with Xcode, Swift, and PhoneGap in a cohesive and quick way.

In the next chapter, we will talk about future advances, further features, and SQLite functionality. This will be useful in the development process, to get better and more controlled applications. The benefits of using one codebase for multiple platforms is very beneficial to both developers and customers. The next chapter will also be an aid and guide on how these features can be used in new and updated apps in the future.