How to implement Google App indexing for Android

萝らか妹 提交于 2019-12-11 02:15:45

问题


How should I properly implement google app indexing for android. I mean should I care about local autocompletion and web search separately? Here are two URLs:

https://codelabs.developers.google.com/codelabs/app-indexing/#0

https://developers.google.com/app-indexing/android/publish#add-app-indexing-api-calls

Which one should I use? What is essetial differnce between these two guides? Is the first one for autocompletion only, and the second one for just ranking web pages?


回答1:


Those two documents are the same. Codelab will get you started on how to use app indexing API and how does it work. And https://developers.google.com/app-indexing/android/publish is the guide for adding app indexing api to your app.

Cheers,

MB



来源:https://stackoverflow.com/questions/35137121/how-to-implement-google-app-indexing-for-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!