标签: android android-listview parse-platform searchview android-search
我想通过ActionBar SearchView向我的应用添加搜索功能。我已经成功地在那里添加了SearchView和可搜索的配置,它运行良好。我有一个自定义ListView,对象存储在Parse.com。现在我正面临一个问题,在我的案例中,最好的方法是什么。我想要搜索:
ActionBar
SearchView
ListView
Activity
你建议我做什么? (为了更好的想象力,现在看起来如何看待图片。)
非常感谢
我想搜索动物的名字。 (我的代码中.getAnimal())
.getAnimal()
答案 0 :(得分:1)
我建议您使用AutoCompleteTextView