June 2016
Intermediate to advanced
470 pages
9h 49m
English
Usually, the mobile apps read or write data using the network. In many cases, however, you need local storage to save your data. A local database can be useful for a number of things:
In all these cases, you have to handle a database. This recipe will show how to do it.
This recipe is about a to-do list. It is similar to the Using TListView to show and search local data recipe, but in this ...
Read now
Unlock full access