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
Post a Comment