Changes

A Kotlin Android SQLite Database Tutorial

9 bytes removed, 14:50, 29 November 2017
About the Database Example
The chapter entitled “An Overview of Android SQLite Databases” covered the basic principles of integrating relational database storage into Android applications using the SQLite database management system. The previous chapter took a minor detour into the territory of designing TableLayouts within the Android Studio Layout Editor tool, in the course of which, the user interface for an example database application was created. In this chapter, work on the Database application project will be continued with the ultimate objective of completing the database example.
== About About the Database Example ==
As is probably evident from the user interface layout designed in the preceding chapter, the example project is a simple data entry and retrieval application designed to allow the user to add, query and delete database entries. The idea behind this application is to allow the tracking of product inventory.
The database schema for the products table is outlined in Table 64-5:
�<table border="1">
<tr>
<td>Column</td><td>Data Type</td>