Changes

Jump to: navigation, search

An Android Studio App Links Tutorial

9 bytes removed, 21:25, 15 January 2019
The Database Schema
The goal of this chapter is to enhance the app to add support for app linking so that URLs can be used to display specific landmark records within the app.
== The The Database Schema ==
The data for the example app is contained within a file named landmarks.db located in the app -> assets –> databases folder of the project hierarchy. The database contains a single table named locations, the structure of which is outlined in Table 82-4:
�{| class="wikitable"
|-
! Column !! Type !! Description

Navigation menu