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

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

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