PersistentSearchView.SearchListener doesn't have onSuggestion() method
It seems onSuggestion() method of the SearchListener interface hasn't been deployed to the maven repository. It errors out when I try to override that function.
I agree!
@rpgdev fixed!!!
You need generate the .jar from the source code
http://stackoverflow.com/questions/21712714/how-to-make-a-jar-out-from-an-android-studio-project
and import that jar into your app
compile files('libs/persistentsearchview.jar')
http://stackoverflow.com/questions/16608135/android-studio-add-jar-as-library
I have the .jar if you want it.
Thanks @benoffi7 but the project seemed to be generating a jar by default and I'm already using that jar in my project :)
hi
@benoffi7 can i please get the jar.