Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PersistentSearchView.SearchListener doesn't have onSuggestion() method #8

Open
rpgdev opened this issue Jun 23, 2016 · 4 comments
Open

Comments

@rpgdev
Copy link

rpgdev commented Jun 23, 2016

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.

@benoffi7
Copy link

I agree!

@benoffi7
Copy link

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

@rpgdev
Copy link
Author

rpgdev commented Jun 29, 2016

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

@aicameron10
Copy link

aicameron10 commented Jun 30, 2017

hi

@benoffi7 can i please get the jar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants