Top "Android-search" questions

Search is a core user feature on Android.

Search Contact By Name

I am trying to create a Custom Contact app which displays only those contacts that have Contact Number. First of …

android android-contacts android-cursor android-search
How to Implement Floating SearchWidget Android

I am trying to implement the search widget in the current android apps, but just can't get it done and …

android android-search android-searchmanager
Custom SearchView whole clickable in android

I have a SearchView widget in my app, and I want to ask some questions about making it custom. First …

android android-styles searchview android-search
How to show Android Google default search results in webview?

I want to display default Google search Results in webview of my Android application. We can do it using Google …

android android-webview android-search
how do I highlight the searched text in my search filter?

I am trying to do a search such that all the "visible" search letters should be highlighted. I tried using …

android android-layout android-fragments textview android-search
Change border color of a SearchView

I want to change a border color of my searchview . Right now its coming transparent . I tried giving styling to …

android android-view searchview android-styles android-search
search items in database and display dropdown list

I have the following app architecture (generalized for simplification): main Layout consists of ActionBar with custom View and scrollable Tabs, …

android android-sqlite android-search
Search Edit Text like Google Play

How to implement Search Edit text like Google play with Back and Cancel button on Right at place of Voice …

android android-layout android-edittext android-custom-view android-search
Throttle onQueryTextChange in SearchView

What's the best way to "throttle" onQueryTextChange so that my performSearch() method is called only once every second instead of …

java android search searchview android-search
Implementing Search with Room

Recently I have been messing around with Android Architecture Components (more specifically Room) but I have hit a bit of …

android full-text-search android-sqlite android-room android-search