PersistentSearchView icon indicating copy to clipboard operation
PersistentSearchView copied to clipboard

PersistentSearchView.SearchListener doesn't have onSuggestion() method

Open rpgdev opened this issue 9 years ago • 4 comments

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.

rpgdev avatar Jun 23 '16 22:06 rpgdev

I agree!

benoffi7 avatar Jun 28 '16 23:06 benoffi7

@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.

benoffi7 avatar Jun 29 '16 00:06 benoffi7

Thanks @benoffi7 but the project seemed to be generating a jar by default and I'm already using that jar in my project :)

rpgdev avatar Jun 29 '16 11:06 rpgdev

hi

@benoffi7 can i please get the jar.

aicameron10 avatar Jun 30 '17 09:06 aicameron10