Using FMDB and SQLite - Saving Data in iOS - raywenderlich.com

preview_player
Показать описание
This video will cover the process of reading and writing to SQLite using the FMDB wrapper.

---

We are also focused on developing a strong community. Our goal is to help each other reach our dreams through friendship and cooperation. As you can see below, a bunch of us have joined forces to make this happen: authors, editors, subject matter experts, app reviewers, and most importantly our amazing readers!

---

XML is a markup language that allows you to describe the structure of a document’s data entirely in text, using tags that you can arbitrarily define. (“XML” stands for “Extensible Markup Language”.) The rules governing the structure are specified in a language schema such as DTD (Document Type Definition). Cocoa provides a class, NSXMLParser, whose instances are event-driven parsers (sometimes called streaming parsers) that sequentially find the constructs of an XML document as well as any associated DTD declarations. They report what they find to a delegate, and it is up to the delegate to do something with this data. This document explains how to use NSXMLParser.
Рекомендации по теме
Комментарии
Автор

Hi Ray,
Is there a video that explains how you created the database for this example? thanks, Don

donleaderach
visit shbcf.ru