I have a SeachView object.
What I want to implement is what is presented from the picture here at the top.
I want to keep it simple and only load data from an Arraylist of Strings, not need for some fancy local storage fetching etc - leave that for me to deal with it later.
How can I add to my SearchView a dropdown suggestions as seen in the picture that is being filled with data from an Arraylist?