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

How to implement suggestions with recent searches ? #331

Open
tkintonis opened this issue Oct 25, 2019 · 0 comments
Open

How to implement suggestions with recent searches ? #331

tkintonis opened this issue Oct 25, 2019 · 0 comments

Comments

@tkintonis
Copy link

tkintonis commented Oct 25, 2019

Instead of using a static Arraylist like :
private static List sColorSuggestions =
new ArrayList<>(Arrays.asList(
new ColorSuggestion("green"),
new ColorSuggestion("blue"),
....));'

To use a list with the most recent searches as suggestions.

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

1 participant