Changes

Jump to: navigation, search

An Android Studio App Links Tutorial

44 bytes removed, 21:28, 15 January 2019
no edit summary
<table border="0" cellspacing="0" width="100%"><tr>
<td width="20%">[[An Introduction to Android App Links|Previous]]<td align="center">[[Android Studio Development Essentials - Java Edition|Table of Contents]]<td width="20%" align="right">[[An Introduction to Android Instant AppsApp Tutorial|Next]]</td>
<tr>
<td width="20%">An Introduction to Android App Links<td align="center"><td width="20%" align="right">An Introduction to Android Instant AppsApp Tutorial</td>
</table>
<hr>
The goal of this chapter is to provide a practical demonstration of both Android app links and the Android Studio App Link Link Assistant.
This chapter will add app linking support to an existing Android app, allowing an activity to be launched via an app link URL. In addition to launching the activity, the content displayed will be specified within the path of the URL.
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
<hr>
<table border="0" cellspacing="0" width="100%"><tr>
<td width="20%">[[An Introduction to Android App Links|Previous]]<td align="center">[[Android Studio Development Essentials - Java Edition|Table of Contents]]<td width="20%" align="right">[[An Introduction to Android Instant AppsApp Tutorial|Next]]</td>
<tr>
<td width="20%">An Introduction to Android App Links<td align="center"><td width="20%" align="right">An Introduction to Android Instant AppsApp Tutorial</td>
</table>

Navigation menu