android deep linking

21
Android Deep Linking Huỳnh Quang Thảo FPT University

Transcript of android deep linking

Android Deep LinkingHunh Quang ThoFPT University

Enable Deep Linking To Android App

Introduction to Deep LinkingLive CodingApplication of Deep Linking

Deeplinking is a methodology for launching a native mobile application via a link

Deep LinkingWhat isDeeplinking connects a unique url to a defined action in a mobile app, seamlessly linking users to relevant content.

From Mobile Web

From Google Search

From social app

Enable Deep LinkingAdd android.intent.action.VIEW intent filter to action tag for launchable activity via a link

Enable Deep LinkingAdd android.intent.category.DEFAULT and android.intent.category.BROWSABLEto category tag

Enable Deep LinkingSpecify the criteria for custom URI in data element tag

Enable Deep Linking

Live Coding

First Click Free Experience first visit to your app, a user should go directly to the relevant content, and not be interrupted with any interstitial content like prompts or login screens.

Multi app instance issue

Deep link without selector prompt

Deep link without selector prompt

App IndexingApp indexing allows you to connect pages from your website with specific content within your smartphone app

https://io2015codelabs.appspot.com/codelabs/app-indexing

Deffered Deep Linking

Deffered Deep Linking

Deffered Deep Linking

Referenceshttps://io2015codelabs.appspot.com/codelabs/android-deep-linkinghttps://io2015codelabs.appspot.com/codelabs/app-indexinghttps://developers.google.com/analytics/devguides/collection/android/v4/campaignshttps://search-codelabs.appspot.com/codelabs/[email protected]

Q&A

Hunh Quang [email protected]