30/09/2018, 18:53
Cho em hỏi về chức năng SearchView trong android
ae chị nào chỉ cho em cách tích hợp searchview vào ứng dụng với , e tạo theo cái http://laptrinhdidong.vn/goc-cong-nghe/lap-trinh-android/234-lap-trinh-android-tich-hop-searchview-vao-ung-dung.html nhưng đến đoạn mSearchView = (SearchView) itemSearch.getActionView(); chạy ứng dụng thì nó đều bị unfortunately,SearchView has stopped
Bài liên quan
Hình như SearchView chỉ hỗ trợ API 11 trở lên nhé bạn, mình lâu rồi không dùng tại toàn phải tự customize lại nên không nhớ kĩ lắm.
Bạn có thể dùng Suppport Library của bộ v7
https://developer.android.com/reference/android/support/v7/widget/SearchView.html
Refer : http://stackoverflow.com/questions/24137344/can-i-use-search-view-for-api-level-8
As you can see in the documentation, the SearchView is added in API level 11. If you want to use it below that, use the Support Library: https://developer.android.com/reference/android/support/v7/widget/SearchView.html
See also this : http://stackoverflow.com/questions/21822721/android-use-support-library-to-support-searchview
dạ vâng e cảm ợn anh ạ, e thay import android.widget.SearchView bằng android.support.v7.widget.SearchView chạy được rùi ạ