Example-Deep-Linking-and-Google-app-autocompletions-using-App-Indexing-API:此示例演示使用 App Indexing API 的深度链接和 Google 应用自动完成的简单实现

时间:2024-07-02 12:04:55
【文件属性】:

文件名称:Example-Deep-Linking-and-Google-app-autocompletions-using-App-Indexing-API:此示例演示使用 App Indexing API 的深度链接和 Google 应用自动完成的简单实现

文件大小:3.92MB

文件格式:ZIP

更新时间:2024-07-02 12:04:55

Java

Example-Deep-Linking-and-Google-app-autocompletions-using-App-Indexing-API 此示例演示使用 App Indexing API 的深度链接和 Google 应用自动完成的简单实现 什么是深度链接? 深度链接将网络上的内容连接到您的 android 应用程序中的内容。您应该在清单文件中为要链接其内容的活动定义“主机”、“路径”、“路径模式”和“方案”网页如下图 <data android:host="com.example.com" android:path="/path-seperator1/path-seperator2" android:pathPattern="/path-seperator1


【文件预览】:
Example-Deep-Linking-and-Google-app-autocompletions-using-App-Indexing-API-master
----.gitignore(574B)
----AndroidManifest.xml(2KB)
----res()
--------layout()
--------drawable-mdpi()
--------values-v11()
--------drawable-hdpi()
--------drawable-xhdpi()
--------values-v14()
--------drawable-xxhdpi()
--------values()
----src()
--------com()
----proguard-project.txt(781B)
----bin()
--------classes()
--------dexedLibs()
--------AndroidManifest.xml(2KB)
--------res()
--------jarlist.cache(120B)
--------R.txt(10KB)
--------classes.dex(3.78MB)
--------resources.ap_(553KB)
----.classpath(466B)
----project.properties(632B)
----ic_launcher-web.png(50KB)
----.settings()
--------org.eclipse.jdt.core.prefs(173B)
----libs()
--------android-support-v4.jar(972KB)
----README.md(2KB)
----.project(822B)
----gen()
--------com()
----.gitattributes(378B)

网友评论