标签: android compatibility searchview
android.support.v4.widget.SearchViewCompat应该捕获搜索查询,但官方教程建议使用SearchDialog:
android.support.v4.widget.SearchViewCompat
SearchDialog
http://developer.android.com/training/search/backward-compat.html
哪种方法更好?我应该使用SearchViewCompat这样的单独活动:
SearchViewCompat
http://developer.android.com/training/search/setup.html#create-sa