Open tkintonis opened 5 years ago
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.
Instead of using a static Arraylist like : sColorSuggestions =
new ArrayList<>(Arrays.asList(
new ColorSuggestion("green"),
new ColorSuggestion("blue"),
....));'
private static List
To use a list with the most recent searches as suggestions.