android - Can i use search view for API level 8 -


i trying use search view in application showed error i.e view require api level 11(current minimum 8). there method through can use search view keeping min api level 8 only?

if there provide small code snippet.

as can see in documentation, searchview added in api level 11. if want use below that, use support library: https://developer.android.com/reference/android/support/v7/widget/searchview.html

see this post.


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -