android fragmentList searchview

时间:2014-11-16 21:39:42

标签: android listview fragment searchview

嗨我想知道是否可以将SearchView与FragmentList一起使用?

我知道Listactivity的实现,但我可以使用FragmentList

这是活动的实施:https://coderwall.com/p/zpwrsg/add-search-function-to-list-view-in-android 和android开发者网站上的那个:http://developer.android.com/training/search/setup.html 提前谢谢。

1 个答案:

答案 0 :(得分:0)

您是否看到此链接:http://blog.aimanbaharum.com/2014/07/android-development-8-implementing.html

在任何情况下,您都无法在Fragment中使用SearchView,但您可以在Activity中获得结果,然后发送到片段或更新它。

请参阅:https://stackoverflow.com/a/10439682/3864698