Changes

Jump to: navigation, search

Kotlin - An Overview of Android SQLite Databases

7 bytes removed, 20:16, 30 November 2017
no edit summary
<table border="0" cellspacing="0" width="100%"><tr>
<td width="20%">[[A Kotlin Android Multi-Window Split-Screen and Freeform Tutorial]|Previous]]<td align="center">[[Kotlin / Android Studio Development Essentials|Table of Contents]]<td width="20%" align="right">[[A Kotlin Android TableLayout and TableRow Tutorial|Next]]</td>
<tr>
<td width="20%">A Kotlin Android Multi-Window Split-Screen and Freeform Tutorial]<td align="center"><td width="20%" align="right">A Kotlin Android TableLayout and TableRow Tutorial</td>
</table>
<hr>
This chapter will provide an overview of the SQLite database management system bundled with the Android operating system, together with an outline of the Android SDK classes that are provided to facilitate persistent SQLite based database storage from within an Android application. Before delving into the specifics of SQLite in the context of Android development, however, a brief overview of databases and SQL will be covered.
== Understanding Database Tables Tables ==
Database Tables provide the most basic level of data structure in a database. Each database can contain multiple tables and each table is designed to hold information of a specific type. For example, a database may contain a customer table that contains the name, address and telephone number for each of the customers of a particular business. The same database may also include a products table used to store the product descriptions with associated product codes for the items sold by the business.
<hr>
<table border="0" cellspacing="0" width="100%"><tr>
<td width="20%">[[A Kotlin Android Multi-Window Split-Screen and Freeform Tutorial]|Previous]]<td align="center">[[Kotlin / Android Studio Development Essentials|Table of Contents]]<td width="20%" align="right">[[A Kotlin Android TableLayout and TableRow Tutorial|Next]]</td>
<tr>
<td width="20%">A Kotlin Android Multi-Window Split-Screen and Freeform Tutorial]<td align="center"><td width="20%" align="right">A Kotlin Android TableLayout and TableRow Tutorial</td>
</table>

Navigation menu