如何在自动完成查询结果末尾添加 "powered by google logo"?

How to add "powered by google logo" at the end of autocomplete query result?

我已经在我的应用程序中实现了 Google 的地点自动完成视图。正如文档所说,我必须在查询结果的末尾放置一个 "powered by Google" 徽标。(参见:下图)。这就是为什么我想知道如何在地点列表的末尾添加该徽标。任何帮助将不胜感激。

您可以自定义 list_item.xml,如您在 :

中所见

http://examples.javacodegeeks.com/android/android-google-places-autocomplete-api-example/

包括 Powered By Google 图片以供您自动完成。

希望对您有所帮助。

您正在搜索 Google places autocomplete

我认为 Google 有 Place Autocomplete 服务,我可以使用该服务让用户输入城市名称,这将获取包含该字符串的所有城市来自 Google 的服务器,可以在 AutoCompleteTextView.

中显示

Link :

http://codetheory.in/google-place-api-autocomplete-service-in-android-application/

希望对您有所帮助。