I'd like to add search interface in TabView.
I read this document. But it is not enough information for me. http://developer.android.com/guide/topics/search/adding-recent-query-suggestions.html
It should be added in TabView and The suggestion data is JSON from web server. (I don't know how to get data using URI)
I'd like to get informations like example codes, blog posts, manual... etc. Thanks!