MaterialSearchView
MaterialSearchView copied to clipboard
Android Search View based on Material design guidelines.
I am getting this error while building application, declaration in manifest protectioLevel:"signature" not found.
JFrog, the company that maintains the JCenter artifact repository used by many Android projects, recently announced the deprecation and upcoming retirement of JCenter. According to the announcement, JCenter will allow...
AS - 4.2.1 Kotlin - 1.5.0 Java - 11 jcenter - no all last delete no need
I am trying get suggestion list from the server when the user enters a text. I am using onQueryTextListener onQueryTextChange callback to trigger a network call and once the suggestion...
Currently the library handles the adapter itself using a cursoradapter. Let's give the user the option to override this - which will also give them freedom to display the suggestion...
As of version 1.2.2, if we choose to animate the search view when we're opening it, the animation type is decided based on the API level. If the device is...
Since this is a UI lib, and one where we manage storing a lot of data, I think it would benefit us to write some Espresso UI tests and even...
How to hide keyboard when scrolling suggestion/history list or touching tint background?
Is there any possibility to attach OnItemClickListener to suggestions list item's TextView? The problem that I have encountered is that OnItemClickListener handler is only triggered after clicking on suggestion list...